[Lewin] wrote in to tell us about a high speed library for Arduino Due that he helped develop which allows interfacing OLED displays that use the SSD1306 display controller, using DMA routines for ...
We all like cheap items off eBay especially if they do cool and unusual things, sometimes we get so carried away by the price that we do not even realize that fact that we do not know anything about ...
ssd1306_printFixed(0, 0, "Chris's Temp Sensor", STYLE_BOLD); // Draw the title once ssd1306_printFixed(0, 16, "Temp:", STYLE_NORMAL); // Label for Celsius ssd1306 ...
This project uses an SSD1306 OLED display to create a simple animation of a Christmas tree with falling snowflakes. The project is implemented using an Arduino-compatible microcontroller and the ...
Looking for a digital recreation of the classic analog volume unit (VU) meter? If you’ve got an Arduino, a few passive components, and a SSD1306 OLED, then [mircemk] might have the answer for you. As ...
Arduinos are amazing. The concept of a programmable micro-computer would have been an alien concept prior to its invention. Today, Arduino pushes the envelope further with MicroView, a PC no bigger ...
I needed a tacho/RPM display for a CNC spindle. I decided to use an Arduino Micro and OLED display with a reflective LED/Photo transistor as a sensor. Since powering up, a clock can display the total ...
Anyone who follows my articles here at TweakTown knows that I am a sucker for new Arduino-compatible development kits, and I especially like the micro-sized boards that are easily hidden inside ...