Rust driver for SSD1675 e-Paper display controller
Find a file
2018-11-14 08:23:14 +11:00
src Add command module 2018-11-14 08:23:14 +11:00
.gitignore Initial commit 2018-11-13 16:41:24 +11:00
Cargo.toml Add interface module 2018-11-13 18:13:52 +11:00
README.md Add interface module 2018-11-13 18:13:52 +11:00

SSD1675 EPD dislpay driver

[Insert picture of Inky pHAT here]

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

Description

This driver is intended to work on embedded platforms using the embedded-hal trait library. It is no_std, contains no added unsafe, 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

Credits