Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Damncool0216/slint-stm32f1

small demo using Slint on stm32f1
https://github.com/Damncool0216/slint-stm32f1

Last synced: about 1 month ago
JSON representation

small demo using Slint on stm32f1

Awesome Lists containing this project

README

        

Small demo using [Slint](https://github.com/slint-ui/slint) on STM32F1

> UI from [carousel-mxchip-iot-devkit](https://github.com/ogoffart/carousel-mxchip-iot-devkit)

### what I'm using:

- Hardware: STM32F103ZE 0.96oled
- rustc 1.69.0
- [cargo embed](https://github.com/probe-rs/probe-rs/tree/master/cargo-embed)

### build and flash:
```
cargo embed --release
```
### run with rtt
```
cargo embed --release --features rtt -- with_rtt
```