Translation missing: en.general.accessibility.skip_to_content

eInk Feather Friend with 32KB SRAM

SKU 3501
£10.00 inc VAT
£8.33 ex VAT
10 in stock.

More available in 5-7 days.
Available for backorder (more info)

Easy e-paper finally comes to your Feather with this Adafruit eInk Feather Friend that's designed to make it a breeze to add an 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!

Adafruit has liked these displays for a long time, and they've got Arduino/CircuitPython drivers for all of their Feathers, so wouldn't an e-paper Feather Friend make a ton of sense? Luckily, just about every small-medium size eInk display made these days has a standard 24-pin connection. This Friend will add all the power supply support circuitry and level shifting so you can attach your favourite display (up to tri-colour 4.2") and wire it up to your favourite development board.

Using CircuitPython or Arduino libraries, 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...just about all E-Ink displays are write-only and many only let you update the full display (not partial update). That means you have to buffer the full image you want to display, taking up precious RAM.

The eInk Feather Friend is much friendlier - it comes with a 256 Kilobit (32 Kilobyte) SRAM chip. That means you can control up to a 4.2" 300x400 tri-colour display (300*400 * 2 colours / 8 bits-per-byte = 30KB).  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. If you prefer not to use the chip, the libraries will automatically use the microcontroller/microcomputer internal RAM.

They have even tossed on a MicroSD socket so you can store images, text files, and whatever you like to display. It Comes assembled and tested, with some header. You'll need a soldering iron to attach the header for installation onto your Feather. Stacking headers will let you put another FeatherWing on top.

Please Note:

  • Does not come with an eInk display or extension cable!