#driver #epd #embedded-hal-driver #epaper

no-std ssd1681

Driver for the SSD1681 e-Paper display (EPD) controller, for use with embedded-hal

2 unstable releases

new 0.3.0 Mar 4, 2025
0.1.0 Mar 27, 2021

#253 in Embedded development

Download history 1/week @ 2024-12-06 1/week @ 2025-02-21 109/week @ 2025-02-28

110 downloads per month

MIT/Apache

30KB
590 lines

SSD1681 ePaper Display Driver

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

crates.io Documentation

Description

This driver is written for a Adafruit 1.54" 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

The examples must be built on a Raspberry Pi. Use the run-example.sh script to copy the sources, compile and run the example.

Partial updates

Partial updates is not supported. There was support initially but the driver refreshes the whole screen so there is no point.

According to Adafruit it seems to be a hardware problem.

Credits

License

ssd1681 is dual licenced under:

Dependencies

~0–1.4MB
~18K SLoC