lvgl-rs/examples/demo/README.md
Justin Moon 0129442513
Explain that example runs in a simulator (#4)
* Add README to 'demo' example

* Explain that demo runs in simulator
2020-05-15 12:54:31 +02:00

12 lines
176 B
Markdown

From base of the repository, install LVGL git submodule.
```
git submodule update --init
```
Run this demo:
```
cd examples/demo/
DEP_LV_CONFIG_PATH=./include cargo run
```