Adafruit
Adafruit eInk Feather Friend with 32KB SRAM
The Adafruit eInk Feather Friend is a FeatherWing-format driver board for eInk/e-paper displays with a standard 24-pin FPC connector. It includes all the pow...
Get notified when back in stock
The Adafruit eInk Feather Friend is a FeatherWing-format 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 Feather board via SPI, plus a MicroSD card slot for storing images and data files.
Like the Breakout Friend version, it includes a 256 Kbit (32 KB) SRAM chip that handles frame buffering so you don't consume your microcontroller's RAM. The SRAM supports displays up to 4.2" (300×400 tri-colour) and 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
- MicroSD Card Slot – Store images, text files, and other display content
- Feather Form Factor – Plugs directly into any Feather board; stackable with other FeatherWings
- Level Shifting – Works with both 3.3V and 5V logic levels
- Power Supply Circuitry – All required voltage rails for eInk displays built in
- SPI Interface – Standard SPI connection with shared bus for display and SRAM
Also Available
- eInk Breakout Friend (standalone breadboard-friendly version)
Ideal For
- Adding an e-paper display to Feather-based projects
- Low-power IoT displays and battery-powered signage
- Daylight-readable information panels and dashboards
- Projects requiring image storage on MicroSD alongside e-paper output
Package Contents
- 1× Adafruit eInk Feather 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.
- 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.
- 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.
- microSD card
- A microSD card is a small removable flash memory card used to store data such as audio, images, logs or program files. Its capacity and formatting (often FAT32 or exFAT) affect how much can be stored and whether the card needs preparing before use.
- 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.
- 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