lvgl-rs/examples
2020-05-31 20:52:05 +02:00
..
demo Bar widget (#12) 2020-05-31 09:12:37 +02:00
include Bar widget (#12) 2020-05-31 09:12:37 +02:00
bar.rs Possible to set style for bar components (#14) 2020-05-31 20:52:05 +02:00
Cargo.toml Bar widget (#12) 2020-05-31 09:12:37 +02:00
demo.rs Move widgets to designated modules 2020-05-31 12:22:18 +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.