9 lines
246 B
Markdown
9 lines
246 B
Markdown
|
## 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).
|