Extend and expand your Circuit Playground projects with a bolt on E-Ink Gizmo that lets you add a lovely tri-color e-Ink display in a sturdy and reliable fashion. This PCB looks just like a round E-Ink breakout but has permanently affixed M3 standoffs that act as mechanical and electrical connections.

What is e-Ink? 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!

Once attached you'll get a 1.54" 152x152 display (black and red ink pixels and a white-ish background), two 3-pin STEMMA connectors for attaching NeoPixel strips or servos, and a Class D audio amplifier with a Molex PicoBlade connector that can plug one of our lil speakers.

Using our CircuitPython or Arduino library, you can create a 'frame buffer' with what pixels you want to have activated and then write that out to the display. 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. This E-Ink breakout does not contain an extra SRAM chip (not enough pins are available) so you'll need ~7K of SRAM to spare for a display buffer, the Adafruit Circuit Playground Express (CPX) has 32KB and the Adafruit Circuit Playground Bluefruit (CPB) has 256KB, so there's plenty of RAM.

This is a great companion for our Circuit Playground Express or Bluefruit boards thanks to their fast SPI hardware speeds and plenty of RAM, and works in Arduino and CircuitPython. If you're using this with Circuit Playground Express and CircuitPython, you won't be able to do a lot because there isn't a ton of memory - mostly just displaying the REPL and maybe running an image slideshow. For CircuitPython use, the Bluefruit is recommended and works really great!

You cannot use it with the Circuit Playground Classic in Arduino, there's not enough RAM!

This comes with a PCB that has pre-soldered standoffs attached, and 12x M3 screws for attachment. It fits all Circuit Playgrounds, but like we mentioned earlier, the Express and Bluefruit are recommended.

This guide was first published on Dec 03, 2019. It was last updated on Mar 13, 2024.

This page (Overview) was last updated on Mar 08, 2024.

Text editor powered by tinymce.