lvgl.menu¶
lvgl.menu(params)
Open a popup menu with multiple options to choose from, using EdgeTX styling.
Parameters¶
| Name | Req | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
params | yes | table | ||||||||||||||||
| ||||||||||||||||||
Returns¶
| Name | Type | Description |
|---|---|---|
none | unknown |
Availability¶
- Since:
2.11.1 - Radio support:
color-lcd
Notes¶
- The common object settings (x, y, w, h, color, etc.) are not used by
lvgl.menu-- only the settings listed above apply. @notice The popup closes andsetis called when the user selects an item. @notice If the user taps outside the popup or presses RTN, the popup closes without callingset.
Source¶
radio/src/lua/api_colorlcd_lvgl.cpp