#display #e-ink #epd #epaper

no-std epd-spectra

Driver for Spectra EPDs from Pervasive Displays Inc

2 unstable releases

0.2.0 Mar 25, 2024
0.1.0 Mar 20, 2024

#356 in Embedded development

Download history 123/week @ 2024-03-18 134/week @ 2024-03-25 51/week @ 2024-04-01

308 downloads per month

MIT license

260KB
357 lines

Driver for Spectra E-Paper Displays from Pervasive Displays Inc

Build Action Crates.io Docs.rs

This library contains a driver written in Rust for the Spectra tri-colour (white, black, red) e-paper displays from Pervasive Displays Inc. The displays are often found in SES Imagotag electronic price labels. Technical details of the price labels can be found for example here.

The C++ driver can be found here.

This library is tested with the 2.66 inch display and the EXT3-1 extension kit from Pervasive Displays on a Raspberry Pi Zero with std support and on a STM32 Nucleo board with no_std. See the examples folder to get started.

Dependencies

~3.5MB
~38K SLoC