mirror of
https://github.com/Feliix42/ssd1675.git
synced 2024-11-21 18:36:30 +00:00
Rust driver for SSD1675 e-Paper display controller
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
IMG_2198.jpg | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
SSD1675 EPD display driver
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, builds on stable Rust, and only uses
safe Rust. 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
- Waveshare EPD driver
- SSD1306 OLED display driver
- SSD1322 OLED display driver
- Pimoroni Python library for the Inky pHAT and Inky wHAT e-paper displays
License
ssd1675
is dual licenced under:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)