lvgl-rs/examples/demo
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
..
include Use Rgb565 as default 2020-04-21 10:52:21 +02:00
src Use Rgb565 as default 2020-04-21 10:52:21 +02:00
Cargo.toml Integrate embeddedgraphics (#2) 2020-04-19 15:40:03 +02:00
README.md Explain that example runs in a simulator (#4) 2020-05-15 12:54:31 +02:00

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