lvgl.align
Display a button showing a text alignment name. When tapped a popup menu is opened to choose a text alignment from. Uses EdgeTX styling.
Display a button showing a text alignment name. When tapped a popup menu is opened to choose a text alignment from. Uses EdgeTX styling.
lvgl.align([parent], {settings})
parent:align({settings})
See the API page for parameter description and common settings.
Choice specific settings:
Name | Type | Description | Default if not set |
---|
The popup menu is closed when the user selects an item, and the 'set' function is called.
If the user taps outside the menu or the RTN key is pressed, the popup menu is closed and the 'set' function is not called.
Avail | Status | Comment |
---|
EdgeTX version | Change |
---|
get | Function | Called to get the currently selected alignment, when the popup menu is first opened. | nil |
set | Function | Called when the user taps on an alignment button. The function is passed a single parameter wihich is the selected alignement value. | nil |
BW radios |
Color radios | active | Only available for One-Time script |
2.11.0 | Introduced |