2 unstable releases
0.2.0 | May 31, 2024 |
---|---|
0.1.0 | Aug 5, 2023 |
#521 in Embedded development
26KB
547 lines
SSD1680 ePaper Display Driver
Rust driver for the Solomon Systech SSD1680 e-Paper display (EPD) controller, for use with embedded-hal.
Description
This driver is written for a WeAct Studio Epaper Module 2.13" Tri-Color display. It will probably work for other displays with the same chip.
It is built using embedded-hal and optionally embedded-graphics.
Examples
Partial updates
Partial updates is not supported. There was support initially but the driver refreshes the whole screen so there is no point.
Credits
License
ssd1680
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)
Dependencies
~64–800KB