epd-waveshare-async
Async drivers for Waveshare's e-paper displays.
This is inspired by both the existing (sync) epd-waveshare crate, and the e-Paper code published by Waveshare directly.
To start, this library will only support the display(s) I am actively testing with it. Once in a stable state, contributions for more displays will be welcome.
Developing
Set up
- Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
We also use Husky to run formatters and linters on git push, which requires NPM. The suggested set up is the following: