Adafruit OLED Breakout Board - 16-bit Color 1.27" w/microSD holder

by Adafruit

These 1.27" color OLED displays are perfect when you need a small display with vivid, high-contrast 16-bit color.

  • The visible portion of the OLED measures 1.27" diagonal and contains 128x96 RGB pixels, each one made of red, green and blue OLEDs.
  • Each pixel can be set with 16-bits of resolution for a large range of colors.
  • Because the display uses OLEDs, there is no backlight, and the contrast is very high (black is really black). 
  • This OLED uses the SSD1351 driver chip, which manages the display. You can talk to the driver chip using 4-wire write-only SPI (clock, data, chip select, data/command and an optional reset pin).
  • Included on the fully assembled breakout is the OLED display and a small boost converter (required for providing 12V to the OLED) and a microSD card holder.
  • This design includes built-in logic level shifting so you can use it with 3-5VDC power and logic levels.
  • The example code shows how to read a bitmap from the uSD card and display it all via SPI. 

Display current draw is completely dependent on your usage: each OLED LED draws current when on so the more pixels you have lit, the more current is used. They tend to draw ~30mA or so in practice but for precise numbers you must measure the current in your usage circuit. This does not include the SD card, which is separate


Adafruit have even written a full open source graphics library that can draw pixels, lines, rectangles, circles, text and bitmaps as well as example code. The code is written for Arduino but can be easily ported to your favorite microcontroller!

Check out the datasheet for more details on the controller