An open API service indexing awesome lists of open source software.

https://github.com/georgik/esp32-rust-lilygo-t5-epaper

ESP32 Rust Bare Metal implementation for LilyGO T5 Epaper Serie using SSD1680 crate
https://github.com/georgik/esp32-rust-lilygo-t5-epaper

bare-metal epaper esp-rs esp32 rust

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](esp32-rust-lilygo-t5-epaper.jpg)

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.