ssd1675/README.md
2018-11-24 18:04:56 +11:00

1.2 KiB

SSD1675 EPD display driver

Photo of Inky pHAT ePaper display on Raspberry Pi Zero W

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 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