lvgl.show¶
lvgl.show(parent)
Show an LVGL object.
Parameters¶
| Name | Req | Type | Description |
|---|---|---|---|
parent | yes | object | LVGL object to show |
Returns¶
| Name | Type | Description |
|---|---|---|
none | unknown |
Availability¶
- Since:
2.11.0 - Radio support:
color-lcd
Notes¶
- The
visiblesetting function can also be used to dynamically show and hide objects.
Source¶
radio/src/lua/api_colorlcd_lvgl.cpp