Rust driver for SSD1675 e-Paper display controller
Find a file
Wesley Moore d6ab8df12c
Add photo
2018-11-24 18:12:49 +11:00
examples Round out Inky pHAT example 2018-11-24 17:57:10 +11:00
src Round out Inky pHAT example 2018-11-24 17:57:10 +11:00
.gitignore Initial commit 2018-11-13 16:41:24 +11:00
Cargo.toml Round out Inky pHAT example 2018-11-24 17:57:10 +11:00
IMG_2198.jpg Add photo 2018-11-24 18:12:49 +11:00
LICENSE-APACHE Add LICENSE info and update README 2018-11-24 18:11:33 +11:00
LICENSE-MIT Add LICENSE info and update README 2018-11-24 18:11:33 +11:00
README.md Add LICENSE info and update README 2018-11-24 18:11:33 +11:00

SSD1675 EPD display driver

Rust driver for the Solomon Systech SSD1675 e-Paper display (EPD) controller, for use with embedded-hal.

crates.io Documentation

Photo of Inky pHAT ePaper display on Raspberry Pi Zero W

Description

This driver is intended to work on embedded platforms using the embedded-hal trait library. It is no_std compatible, only uses safe Rust, and does not require an allocator. It supports the 4-wire SPI interface.

Tested Devices

The library has been tested and confirmed working on these devices:

  • Red/Black/White Inky pHAT version 2 on Raspberry Pi Zero (pictured above)

Credits

License

ssd1675 is dual licenced under: