Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wszxl516/esp32c3-clock
esp32 slint gui clock
https://github.com/wszxl516/esp32c3-clock
esp32 rust slint slint-ui
Last synced: 27 days 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-12T11:58:31.000Z (6 months ago)
- Last Synced: 2024-06-12T16:17:37.081Z (6 months ago)
- Topics: esp32, rust, slint, slint-ui
- Language: Rust
- Homepage:
- Size: 201 KB
- Stars: 0
- 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
![Alt text](/screenshot/a.png)
![Alt text](/screenshot/b.png)
![Alt text](/screenshot/c.png)
![Alt text](/screenshot/d.png)## License
MIT License