A new small size OLED, display on 128*64, and two types of interface IIC and SPI (on two different boards). Drive IC is SSD1306, easy to find arduino library for it.
Features:
- Board size: 29.3*27.1 mm
- IIC interface: GND, VCC, SCL, SDA (4 Pins!)
- SPI interface: GND, VCC, CLK (SCL), MOSI(SDA), CS (chip select), D/C (6 Pins!, note SCL=CLK, SDA=MOSI, not IIC pins)
- Wide input voltage: 2.5V-5.5V
- Wide display agnle 160 degree.
- Super low power consumption only 0.06W on regular display, not TFT display can compare.
- Industrial level temperature: -30~70 degree.
- Application: design for size, quality and power consumption oriented products: smart watch, portable industrial, medical devices, special headset, player, etc
Note:
- There are two types of boards, with two different types of interface, not on one board.
Documentation:
- Tutorial Post
- Arduino Library – SSD1306, or this one can also work.
- Bitmap conversion tool – LCDAssistant
- Arduino demo code – OLED_096 (SPI)