OLED Display #21
Replies: 1 comment
-
OLEDs look great, for a version where cost is not a factor, one could certainly be used. However, as you note, the inexpensive hobby OLEDs are very, small, and once you get to a physical size equal to, or bigger than a character LCD it gets to be at least 2-3X the LCD, and then exponentially more expensive as size increases from there. Another factor to consider, other than cost/size, is the amount of memory required to store and draw the screens. Since adding drag race functionality we've pretty much reached the memory limit of the Arduino Nano, so a board with more memory, or some feature trade-offs may be necessary for any changes that require more bytes of code. That said, some memory can be immediately recovered if not using the Adafruit start light (which most people aren't), by removing the adafruit libraries and adafruit start light code. |
Beta Was this translation helpful? Give feedback.
-
The combination of LED & LCD displays work well and conserve the I/O pin utilization of the Arduino effectively. Maybe consider incorporating an OLED display into a future build. OLED's are relatively inexpensive, are I/O pin utilization friendly and very versatile at displaying text and other characters. The downside is the displays are kind of small, at least the ones I'm familiar with.
Beta Was this translation helpful? Give feedback.
All reactions