0129442513
* Add README to 'demo' example * Explain that demo runs in simulator
12 lines
176 B
Markdown
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
|
|
```
|