lvgl-rs/examples/demo
Rafael Carício 893f0054c8
API re-design (#9)
* New API test using std/alloc objects

* Use RefCell to create multiple mut refs

* UI saves display obj, makes possible for global call to active display

* Reflect restrictions of LvGL

* No need for manual nul byte

* Fix typo
2020-05-30 00:25:27 +02:00
..
include Make it not tied to a color scheme 2020-05-27 22:37:22 +02:00
src API re-design (#9) 2020-05-30 00:25:27 +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