Adafruit
Adafruit 2.13 250x122 Tri-Color eInk / ePaper Display with SRAM - SSD1680 Driver
The Adafruit 2.13" Tri-Colour eInk Display brings electronic paper technology to your microcontroller projects. Featuring a 250×122 pixel display with black,...
The Adafruit 2.13" Tri-Colour eInk Display brings electronic paper technology to your microcontroller projects. Featuring a 250×122 pixel display with black, red, and white ink, this breakout delivers high-contrast, daylight-readable visuals that persist even when power is completely disconnected — just like printed paper.
An onboard SRAM chip offloads the two-colour frame buffer (~7.5KB for black + red layers) from your microcontroller's memory, sharing the same SPI bus as the display with just one extra pin. Compose your image in SRAM and transfer it to the eInk panel when ready, keeping your microcontroller's RAM free for other tasks. The SSD1680 driver provides reliable control over the display.
Key Features
- 250×122 Tri-Colour eInk – Black and red pixels on a white background
- SSD1680 Driver – SPI interface compatible with any microcontroller
- Onboard SRAM – Offloads the ~7.5KB frame buffer from your microcontroller
- Ultra-Low Power – Image persists with no power; Enable pin lets you shut down SRAM, MicroSD, and display completely
- MicroSD Card Slot – Store images, text files, and other display content
- 3/5V Compatible – Onboard 3.3V regulator with logic-level safe inputs
Also Available
- 2.13" Tri-Colour eInk FeatherWing – FeatherWing format with socket headers
Ideal For
- Low-power signage with colour highlights
- E-reader and digital label projects
- Battery-powered status indicators and dashboards
- Name badges, shelf tags, and price displays
Package Contents
- 1× Adafruit 2.13" Tri-Colour eInk display breakout with SRAM (assembled)
- 1× Header strip
Specifications
- Display Size – 2.13" diagonal
- Resolution – 250×122 pixels
- Colours – Tri-colour (black, red, white)
- Driver – SSD1680
- Interface – SPI
- Logic Level – 3.3V or 5V
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V regulator
- A 3.3V regulator is a power circuit that provides a steady 3.3 volts for parts that need that supply voltage. On a breakout board, it can let the sensor run safely even when the connected microcontroller or power source uses a higher voltage.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- frame buffer
- A frame buffer is memory that stores a complete image before it is shown on a display. Displays without their own frame buffer need the controller to continuously send pixel data, which affects the choice of microcontroller and software library.
- Headers
- Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- microSD card
- A microSD card is a small removable memory card used to store files such as audio tracks. For this product, the card is where the sound files live, so its capacity and formatting can affect how many sounds you can use.
- RAM
- RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
Find this product in
Brands
Displays & Screens
Related Tutorials
Free guides on learn.littlebird.com.au