Smartwatch experiments in rust
| .cargo | ||
| assets | ||
| bin/rust-dumbwatch | ||
| datasheets/twatch-2020v3 | ||
| lib | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
SmartWatch Experiments in Rust
Target Hardware
- Lilygo T-Watch 2020 V3
- Waveshare ESP32C6 AMOLED 2.06"
Run
On Hardware
cargo install espup
espup install
source ~/export-esp.sh
cargo run --release -Zbuild-std="core,alloc"
Simulator
cargo run --release --features=simulator --no-default-features --target=x86_64-unknown-linux-gnu