ssd1680-rs

Async SPI driver for the SSD1680 Eink Mono and Tricolor displays from Adafruit

APACHE-2.0 License

Stars
6
Committers
3

SSD1680 driver

Async SPI driver for the SSD1680 Eink Mono and Tricolor displays from Adafruit

This driver is designed for low power usage. Sadly on both displays the Busy and Rst pin not connected and must be manually soldered.

Documentation

Examples

Embassy async examples are provided

cd ssd1680-examples/feather-express-embassy/

This crate uses probe-run to run the examples. Once set up, it should be as simple as cargo run --example <example name> --release. --release will be required for some examples to reduce FLASH usage.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.