Unofficial Rust driver for WeAct Studio e-paper displays.
The driver exposes both write access to the screen frame buffers and higher-level embedded-graphics
support.
Display | Colors | Supported | Partial update1 | Fast refresh2 | Tested |
---|---|---|---|---|---|
WeAct 2.13 inch 122x250 B/W | Black, White | ✓ | ✓ | ✓ | ✓ |
WeAct 2.13 inch 122x250 B/W/R | Black, White, Red | ✓ | ✕ | ||
WeAct 2.9 inch 128x296 B/W | Black, White | ✓ | ✓ | ✓ | ✓ |
WeAct 2.9 inch 128x2296 B/W | Black, White, Red | ✓ | ✕ |
See the examples
folder for complete usage examples.
graphics
: Enablesembedded-graphics
support. Enabled by default.
This driver is based on the following crates:
This crate is 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)