Pronounced Tremors 🪱
This is a small prototype Rust firmware for the TRMNL device. It's nowhere near the capability of the official firmware.
It's based on esp-rs/esp-idf-template.
For now you can press the button to alternate between displaying random noise and displaying an image, then it will go to sleep after a minute of inactivity.
Build the project:
cd device
cargo buildFlash to the device:
espflash flash ../target/riscv32imc-esp-espidf/debug/trmrs-deviceView serial output:
espflash monitorRun CLI
cargo run -p cliRun Tests
cargo test -p trmrs_core