Inkplate 13SPECTRA

A large, colorful e-paper platform for your next project

Available for pre-order

View Purchasing Options
Mar 20, 2026

Project update 4 of 6

Week Three Status Report

by Robert Sorić

Since the MicroPython Inkplate library was originally a GitHub contribution to us from tve, we’ve decided to port it to other Inkplate models and Inkplate 13SPECTRA is no different.

No Arduino IDE nor any compilation time required! The library handles all the low-level e-paper communication, color rendering, and hardware peripherals, so you can get straight to building.

What’s Included

The library combines the CircuitPython pixel graphics drawing library and the low-level communication required to communicate with the Spectra 6 e-Paper panel. For images, the library can decode JPG, PNG, and BMP files with optional dithering (Floyd-Steinberg, JJN, Stucki, and Burkes kernels are all available). Images can be loaded from the SD card or fetched directly from a URL over WiFi.

Beyond the display itself, the library gives you access to the onboard RTC for timekeeping, battery voltage reading, and the GPIO expander (PCAL6416A) for controlling external hardware through Inkplate’s expansion header.

Of course, we’ve added some code examples to help you get started:

Code Examples

A Warning

Due to technical limitations, decoding and drawing images is a bit slow. Drawing primitive graphics like shapes and text is in practice the same speed as Arduino.
Unfortunately, when it comes to image files (decoding from .jpg and .png), because MicroPython is an interpreted language and not very low-level friendly, decoding and displaying a full 1600x1200 image file can take up to a minute. It’s not ideal and a strict limitation, but we believe it’s still totally usable, especially since the display’s own refresh cycle takes time anyway, so the extra decoding overhead is less noticeable in practice.

That’s it for week three! The MicroPython library is already capable enough to build real projects with. Whether you’re a MicroPython enthusiast who prefers it over the Arduino IDE, or just someone who wants to prototype quickly, we hope the library opens up Inkplate 13SPECTRA to a wider audience. As always, the library is open source and contributions are welcome!


Sign up to receive future updates for Inkplate 13SPECTRA.

Subscribe to the Crowd Supply newsletter, highlighting the latest creators and projects