Elmwood no more, long live Elmwood! Elmwood Electronics and PiShop are now together!
Please order via PiShop.ca, as we are no longer taking orders through this site.
More details are in our blog!
EF03155
We really like this miniature display for its crispness! Due to the high contrast of OLEDs, these displays are small but very readable! This display is made of 128x64 individual white OLED pixels, each one is turned on or off by the controller chip. Because the display makes its own light, no backlight is required. This reduces the power required to run the OLED and is why the display has such high contrast.
The OLED itself require a 3.3V power supply and 3.3V logic levels for communication, but we include a 3.3V regulator and all pins are fully level-shifted, so you can use it with 5V devices!
Features:
// 0x20 is address for the board with all jumpers.
delay(1000); display.initialize();
display.drawLine(0, 0, 127, 63,WHITE); display.update(); delay(1000); display.clear(); display.setTextSize(1); display.setTextColor(WHITE); display.setCursor(0,0); display.println("Hello, world!"); display.setTextColor(BLACK, WHITE); // 'inverted' text display.println(3.141592); display.setTextSize(2); display.setTextColor(WHITE); display.print("0x"); display.println(0xDEADBEEF, HEX); display.update(); delay(2000); display.clear();
Collections: ElecFreaks
Type: LCDs & Displays