Crates.io | il0373 |
lib.rs | il0373 |
version | 0.1.1 |
source | src |
created_at | 2023-11-04 23:24:13.114128 |
updated_at | 2023-11-04 23:24:13.114128 |
description | Driver for the IL0373 e-Paper display (EPD) controller, for use with embedded-graphics |
homepage | https://github.com/gpgreen/il0373 |
repository | https://github.com/gpgreen/il0373 |
max_upload_size | |
id | 1025637 |
size | 190,368 |
Rust driver for the Dalian Good Displays IL0373 e-Paper display (EPD) controller. While it can be used stand-alone, it can also support the [embedded-graphics] crate.
This driver is intended to work on embedded platforms. It is no_std
compatible, builds on stable Rust, and only uses safe Rust. A feature
'graphics' enables support for the [embedded-graphics] library if that
is desired. It supports the 4-wire SPI interface. A feature sram
allows use of the SRAM device on the Adafruit display to store the
display buffer instead of using RAM on the MCU. This feature is
demonstrated in the Nucleo-F103RB example.
The library has been tested and confirmed working on these devices:
The Nucleo-F103RB with Adafruit 2.13 example, shows how to display information on an Adafruit Tri-Color eInk using this crate. The photo at the top of the page shows this example in action.
The Raspberry Pi Adafruit 2.13 example, shows how to display information on an Adafruit Tri-Color eInk using this crate.
il0373
is licensed under either of
at your option.
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.