Skip to content

ESP32 Rust Bare Metal implementation for LilyGO T5 Epaper Serie using SSD1680 crate

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

georgik/esp32-rust-lilygo-t5-epaper

Repository files navigation

Rust no_std LilyGo T5 v2.3.1 2.13

Main example with WiFi support

no_std example for e-ink LilyGoT5 with Wi-Fi support. The example connects to an IP address and download text file. Then the content of the text is displayed on the screen.

ESP32 Rust LilyGo T5 ePaper

Build and flash:

export SSID="Wokwi-GUEST"
export PASSWORD=""
cargo run --release

Hello example

Simpler example which just draws to the display

cargo run --release --example hello

Wokwi simulation

Once the release build is ready, it's possible to launch simulator. Go to VS Code and open Wokwi simulation.

About

ESP32 Rust Bare Metal implementation for LilyGO T5 Epaper Serie using SSD1680 crate

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published