lvgl.setting¶
lvgl.setting([parent, ]params)
Create a container for a single row of a settings page, automatically padded for controls such as toggle/textEdit/button.
Parameters¶
| Name | Req | Type | Description | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parent | no | object | optional LVGL object to attach the new object to; if omitted the object is created in the top-level script window | |||||||||||||||||||||||||||||||||
params | yes | table | ||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
Returns¶
| Name | Type | Description |
|---|---|---|
- | table | LVGL object, or nil if not running as a One-Time script or fullscreen widget |
Availability¶
- Since:
2.11.0 - Radio support:
color-lcd
Notes¶
- Only available for One-Time scripts and widgets running in full screen mode -- returns nil otherwise.
Source¶
radio/src/lua/api_colorlcd_lvgl.cpp