Adafruit
Adafruit RP2040 Feather ThinkInk for 24-pin E-Paper Display
The Adafruit RP2040 Feather ThinkInk makes it easy to connect almost any common e-Paper/e-Ink display with a standard 24-pin FPC connector. E-paper displays ...
Get notified when back in stock
The Adafruit RP2040 Feather ThinkInk makes it easy to connect almost any common e-Paper/e-Ink display with a standard 24-pin FPC connector. E-paper displays retain their image even when power is completely disconnected, and offer high contrast with excellent daylight readability — just like printed paper.
The RP2040's generous 264 KB of internal SRAM provides plenty of buffer space for even the largest supported displays (tested up to 5.6" 7-colour ACeP). The e-paper display gets its own dedicated SPI port, leaving the main Feather SPI free for other peripherals.
Key Features
- RP2040 Processor – Dual-core Cortex M0+ at 133 MHz with 264 KB RAM and 8 MB QSPI flash
- 24-Pin FPC Connector – Supports common e-paper displays from 1.54" to 7" diagonal (no soldering required)
- Dedicated Display SPI – Separate SPI port for the e-paper display, keeping the main SPI free
- Built-in Power Supply Circuitry – Level shifting and voltage generation for the e-paper display
- 21 GPIO Pins – Including 4× 12-bit ADC, 2× I2C, 2× SPI, 2× UART, 16× PWM
- STEMMA QT Connector – Plug-and-play I2C for sensors and peripherals
- USB Type C – For programming, serial debugging, and power
- LiPo Battery Support – Built-in 200 mA+ charger with automatic USB/battery switching
- NeoPixel + Red LED – RGB NeoPixel for status indication plus pin 13 red LED
Also Consider
- Feather RP2040 – Standard RP2040 Feather without e-paper support
Ideal For
- Low-power information displays and dashboards
- Electronic shelf labels and signage
- Battery-powered status indicators
- E-paper art and name badge projects
Package Contents
- 1× Adafruit RP2040 Feather ThinkInk (assembled and tested)
- 1× Header strip (soldering required for FeatherWing stacking)
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- 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.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- 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.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- RP2040
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- 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.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Brands
Displays & Screens
Microcontrollers
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au