Adafruit 2.9" Tri-Color eInk / ePaper Display FeatherWing - IL0373 - Red Black White

Product ID: 4778
$24.95
Qty Discount
1-9 $24.95
10-99 $22.46
100+ $19.96

Description

Easy e-paper comes to your Feather with this breakout that's designed to make it a breeze to add a tri-color eInk display. Chances are you've seen one of those new-fangled 'e-readers' like the Kindle or Nook. They have gigantic electronic paper 'static' displays - that means the image stays on the display even when power is completely disconnected. The image is also high contrast and very daylight readable. It really does look just like printed paper!

We've liked these displays for a long time, so wouldn't a custom e-paper FeatherWing with buttons make a ton of sense? This 'Wing is tested to work with all of our Feathers, from the ESP8266 to the M0. It has built-in memory buffering so it can work with chips as small as the '32u4 and '328. It does use a lot of pins: the 3 SPI pins, and up to 4 control pins to manage the SD card slot and SRAM. Plus 3 optional buttons are available for Feathers with available pins.

The FeatherWing sports a 2.9" tri-color (red, black, and white) display with 296x128 pixels with black and red ink pixels and a white-ish background. Using our CircuitPython or Arduino libraries for the IL0373, you can create a 'frame buffer' with what pixels you want to have activated and then write that out to the display. Most simple breakouts leave it at that. But if you do the math, 296 x 128 pixels x 2-bits-per-pixel = 9.5 KBytes. Which won't fit into many microcontroller memories. Heck, even if you do have 32KB of RAM, why waste 9KB?

So we did you a favor and tossed a small SRAM chip on the back. This chip shares the SPI port the eInk display uses, so you only need one extra pin. And, no more frame-buffering! You can use the SRAM to set up whatever you want to display, then shuffle data from SRAM to eInk when you're ready. The library we wrote does all the work for you, you can just interface with it as if it were an Adafruit_GFX compatible display.

We even tossed on a MicroSD socket so you can store images, text files, whatever you like to display. Comes assembled and tested with socket headers that you can plug your Feather right into, no soldering required!

Technical Details

Revision History:

  • As of Sep 8, 2023 – we've updated this PCB with Adafruit Pinguin to make a lovely and legible silkscreen - you may get the new PCB or the older version with vector fonts - both are identical other than the fancy silkscreen.
  • PCB Dimension (excluding mounting holes): 79.5mm x 38mm x 6.8mm 
  • Mounting hole diameter: 2.5mm 
  • Mounting hole dimensions: 74.3mm x 42mm
  • E-Ink driver chipset IL0373
RoHS 2 2011 65 EU Compliant
RoHS 2 2015 863 EU Compliant

Learn