Bar widget #12
1 changed files with 8 additions and 0 deletions
8
examples/README.md
Normal file
8
examples/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
## Examples of how to use various `lvgl-rs` widgets/components
|
||||
|
||||
All examples can be executed using:
|
||||
```shell
|
||||
cargo run --example <name>
|
||||
```
|
||||
|
||||
The `DEP_LV_CONFIG_PATH` environment variable is necessary, as explained in the [README](../README.md).
|
Loading…
Reference in a new issue