This is a small sample program for working with e-paper displays on the raspberry pi using rust. Specifically, this program assumes the 2.13inch e-Paper HAT (B) by waveshare but it should be easily adaptable to other e-Paper displays.
Building should be as easy as running cargo build
in the project root.
Or you can build and run the project directly with cargo run
.