Adafruit
Adafruit eInk Breakout Friend with 32KB SRAM
The Adafruit eInk Breakout Friend is a driver board for eInk/e-paper displays with a standard 24-pin FPC connector. It includes all the power supply circuitr...
Get notified when back in stock
The Adafruit eInk Breakout Friend is a driver board for eInk/e-paper displays with a standard 24-pin FPC connector. It includes all the power supply circuitry and level shifting needed to connect your favourite display (up to tri-colour 4.2") to any development board via SPI.
Unlike basic breakouts, the eInk Breakout Friend includes a 256 Kbit (32 KB) SRAM chip that handles frame buffering for you. This means you can drive displays up to 4.2" (300×400 tri-colour) without consuming your microcontroller's precious RAM. The SRAM shares the SPI bus with the display, requiring only one extra chip-select pin. The included Arduino and CircuitPython libraries manage everything automatically — just use it like any Adafruit_GFX compatible display.
Key Features
- 32 KB SRAM Buffer – Offloads frame buffering from your microcontroller (supports up to 300×400 tri-colour)
- 24-Pin FPC Connector – Compatible with most standard small-to-medium eInk displays
- Level Shifting – Works with both 3.3V and 5V logic levels
- Power Supply Circuitry – All required voltage rails for eInk displays built in
- Enable Pin – Shut down power to the SRAM and display for ultra-low-power operation
- Configurable RESE Resistor – Default 0.5 Ω, switchable to 3 Ω via solder jumper
- SPI Interface – Standard SPI connection with shared bus for display and SRAM
Also Available
- eInk Feather Friend (Feather form factor with MicroSD slot)
Ideal For
- Low-power displays for IoT and battery-powered projects
- E-paper signage and information displays
- Projects requiring a daylight-readable, bi-stable display
- Prototyping with eInk displays on any SPI-capable board
Package Contents
- 1× Adafruit eInk Breakout Friend with 32 KB SRAM (assembled)
- 1× Header strip
Jargon buster
Plain-language definitions for the technical terms used above.
- 3.3V and 5V logic levels
- Logic level refers to the voltage a digital device uses to represent on and off signals, commonly 3.3V or 5V. When a board supports both 3.3V and 5V logic, it can connect more easily to common microcontrollers and single-board computers without extra level-shifting hardware.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- FPC
- FPC stands for flexible printed circuit, a thin flat flexible cable or connector style often used where space is tight or some movement is needed, commonly for displays, cameras and other high-density connections. Connecting to an FPC connector generally needs a matching cable with the correct pin count, pitch and contact orientation.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- solder jumper
- A solder jumper is a small pair or group of pads on a circuit board that can be bridged or cut with solder to change a hardware setting. It matters because changing modes may require careful soldering rather than just changing software.
- 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