Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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