Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 684 Bytes

Rust E-Paper Display for Raspberry Pi

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

Build Requirements

  • Obviously you need Rust
  • The bcm2835 Library by Mike McCauley

Building

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.