Adafruit
3.7-inch 416x240 Monochrome eInk Bare Display
· MPN: ADA6395
E-Ink and E-Paper panels are excellent for projects that need a low-power, daylight-readable display. The image remains visible even when power is disconnect...
Get notified when back in stock
E-Ink and E-Paper panels are excellent for projects that need a low-power, daylight-readable display. The image remains visible even when power is disconnected, giving a high-contrast, paper-like result for static information, labels, dashboards and portable builds.
This is a bare 3.7-inch monochrome black/white EPD panel with 416x240 black ink pixels on a white-ish background. It is not a complete breakout or driver board, so you will need to connect it to hardware with a standard 24-pin FPC e-paper connector.
Adafruit recommends using a matching driver option such as the Feather RP2040 ThinkInk for a solderless Arduino or CircuitPython setup, an eInk Feather Friend for Feather boards, an eInk Breakout Friend for breadboard use, or a 24-pin eInk/ePaper extension cable with a 24-pin FPC adapter if you need extra reach.
The display uses the UC8253 chipset, so check that your firmware supports it. Adafruit’s Arduino library handles the display driving and lets you work with it like an Adafruit_GFX compatible display. For better-looking monochrome images, dithering can be used to improve graphics output on the panel.
Specifications:
- Display size: 3.7 inch
- Resolution: 416x240 pixels
- Display type: Monochrome Black/White EPD
- Pixel colour: Black ink pixels
- Background colour: White-ish background
- Connector: Standard 24-pin FPC e-paper connector
- Chipset: UC8253
- Format: Bare display element
Ideal for makers who want to build their own eInk interface with Adafruit Feather, breakout or compatible driver hardware.
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.
- 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.
- 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.
Find this product in
Displays & Screens
3.7-inch 416x240 Monochrome eInk Display Datasheet
Datasheet · 7.2 MB · Click any page to view full size
Supplier page — adafruit.com
Supplier Description · 740.8 KB · 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