lvgl-rs/examples
2020-06-14 16:16:59 +02:00
..
include Enable use by lvgl-rs of v7.0.1 of LVGL 2020-06-04 20:47:40 +02:00
arc.rs Fix examples 2020-06-14 16:16:59 +02:00
bar.rs Fix examples 2020-06-14 16:16:59 +02:00
button_click.rs Fix UB 2020-06-13 20:31:24 +02:00
Cargo.toml Add arc widget 2020-06-06 09:27:53 +02:00
demo.rs Fix examples 2020-06-07 20:50:45 +02:00
gauge.rs Fix examples 2020-06-14 16:16:59 +02:00
README.md Bar widget (#12) 2020-05-31 09:12:37 +02:00

Examples of how to use various lvgl-rs widgets/components

All examples can be executed using:

cargo run --example <name>

The DEP_LV_CONFIG_PATH environment variable is necessary, as explained in the README.