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.
Build and flash:
export SSID="Wokwi-GUEST"
export PASSWORD=""
cargo run --release
Simpler example which just draws to the display
cargo run --release --example hello
Once the release build is ready, it's possible to launch simulator. Go to VS Code and open Wokwi simulation.