lvgl-rs/examples
2021-05-26 20:55:38 +02:00
..
include Add LVGL Rust Global Allocator feature 2021-05-26 20:55:38 +02:00
arc.rs Add LVGL Rust Global Allocator feature 2021-05-26 20:55:38 +02:00
bar.rs Simplify examples, don't use threads 2020-06-19 15:48:44 +02:00
button_click.rs Simplify examples, don't use threads 2020-06-19 15:48:44 +02:00
demo.rs Add LVGL Rust Global Allocator feature 2021-05-26 20:55:38 +02:00
gauge.rs Simplify examples, don't use threads 2020-06-19 15:48:44 +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.