Crates.io | weact-studio-epd |
lib.rs | weact-studio-epd |
version | 0.1.0 |
source | src |
created_at | 2024-06-13 18:25:00.493158 |
updated_at | 2024-06-13 18:25:00.493158 |
description | Unofficial driver for WeAct Studio E-paper modules |
homepage | |
repository | https://github.com/avsaase/weact-studio-epd |
max_upload_size | |
id | 1270894 |
size | 53,438 |
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.
By default this driver uses async
. If you prefer to use a blocking API instead you can enable the blocking
feature.
Display | Colors | Supported | Partial update1 | Fast refresh2 | Tested |
---|---|---|---|---|---|
WeAct 1.54 inch 200x200 B/W | Black, White | ✕ | |||
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 128x296 B/W | Black, White, Red | ✓ | ✕ | ||
WeAct 4.2 inch 400x300 B/W | Black, White | ✕ |
See the examples
folder for complete usage examples.
blocking
: Replaces the API with a blocking version. This disables the async
API so you cannot use both in the same project.graphics
: Enables embedded-graphics
support. Enabled by default.This driver is based on the following crates:
This crate is licenced under: