https://github.com/wszxl516/esp32c3-clock
esp32 slint gui clock
https://github.com/wszxl516/esp32c3-clock
esp32 rust slint slint-ui
Last synced: 4 months ago
JSON representation
esp32 slint gui clock
- Host: GitHub
- URL: https://github.com/wszxl516/esp32c3-clock
- Owner: wszxl516
- Created: 2024-06-07T09:28:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T09:42:10.000Z (over 1 year ago)
- Last Synced: 2025-04-01T06:03:10.466Z (about 1 year ago)
- Topics: esp32, rust, slint, slint-ui
- Language: Rust
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# esp32c3 clock
- st7735r 128x128
## Toolchain
- rust
- target riscv32imc-esp-espidf
- ldproxy
- espflash
- esp-idf v5.2.1
- python3 Pillow
## Build & Run
```
$ cargo r -r
```
```
$ esptool --chip esp32c3 -p /dev/ttyACM0 write_flash 0x300000 config.json
```
## screen shot




## License
MIT License