Adafruit
Adafruit 2.13in 250x122 Monochrome/4-Grey ePaper Bare Display
· MPN: ADA6383
E-Ink and ePaper panels are excellent for low-power projects where you want a daylight-readable display that can hold its image even when power is disconnect...
Get notified when back in stock
E-Ink and ePaper panels are excellent for low-power projects where you want a daylight-readable display that can hold its image even when power is disconnected. This bare 2.13" diagonal panel gives you a paper-like, high-contrast readout for labels, badges, status screens, data displays and other static or slow-refresh interfaces.
This is the display element only, so it needs to be plugged into a board with a standard 24-pin FPC e-paper connector. Adafruit recommends using it with a compatible ThinkInk or eInk driver board, such as the Feather RP2040 ThinkInk, eInk Feather Friend, eInk Breakout Friend, or a 24-pin eInk/ePaper extension cable with 24-pin FPC adapter.
The panel uses the SSD1680Z chipset, so make sure your firmware supports that controller. Adafruit’s Arduino library handles the display driving and lets you use it like an Adafruit_GFX-compatible display.
Although it is a monochrome panel, it can be put into a 4-gray mode for two monochromatic shades. This mode is not officially supported by the display, but can be useful with dithering techniques to improve image output.
Features:
- Low-power eInk/ePaper display technology
- Daylight visible display surface
- Image remains on the display even when power is completely disconnected
- High contrast, paper-like appearance
- Bare display element for DIY eInk setups
- Compatible with boards using a standard 24-pin FPC e-paper connector
- Arduino library support with Adafruit_GFX-compatible interface
- Optional 4-gray mode for two monochromatic shades
Specifications:
- Display size: 2.13" diagonal
- Resolution: 250x122
- Display type: Monochrome or Gray eInk / ePaper Bare Display
- Pixel colour: black ink pixels
- Background: white-ish background
- Connector: standard 24-pin FPC e-paper connector
- Chipset: SSD1680Z
- Grey mode: 4-gray mode
- Grey shades: two monochromatic shades
Choose this panel if you already have, or plan to add, a suitable ePaper driver board and want a compact bare display for a custom build.
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- ePaper
- A display technology that looks more like printed paper than a glowing screen and usually keeps its image visible with very little power. It matters for projects such as labels, badges, and status screens where readability and low power use are more important than fast animation.
- 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.
- 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.
2.13in 250x122 ePaper Display Datasheet
Datasheet · 9.1 MB · Click any page to view full size
Supplier page — adafruit.com
Supplier Description · 1.2 MB · Click any page to view full size
Source Code
Open-source libraries, firmware & example projects for this product
e-paper display driver for Arduino
fa64859
6 days ago
· 394 commits
- .github Update CI action versions about 3 years ago
- examples ThinkInk_gray4 example: detail the 1.54" SSD1681 entry (#4196) 10 days ago
- src Fix clang-format line length in comments about 2 months ago
- unsupported fix rotation & clang about 1 year ago
- .clang-format fix rotation & clang about 1 year ago
- .gitignore add monochrome 4.2" SSD1683 12 months ago
- library.properties Bump version to 4.6.10 20 days ago
- license.txt closes https://github.com/adafruit/Adafruit_EPD/issues/71 12 months ago
- README.md Update README.md - fix CI badge almost 2 years ago