Crates.io | epd-spectra |
lib.rs | epd-spectra |
version | 0.3.0 |
source | src |
created_at | 2024-03-20 17:09:35.292353 |
updated_at | 2024-06-16 08:57:39.474813 |
description | Driver for Spectra EPDs from Pervasive Displays Inc |
homepage | |
repository | https://github.com/andber1/epd-spectra |
max_upload_size | |
id | 1180772 |
size | 361,243 |
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.