lvgl.label
Display a text label.
Syntax
lvgl.label([parent], {settings})
parent:label({settings})
Parameters
See the API page for parameter description and common settings.
Label specific settings:
Name
Type
Description
Default if not set
text
String or Function
Set the text to be displayed on the label
Empty string
font
Font value or Function
Sets the font size. E.G.: - MIDSIZE - DBLSIZE
STDSIZE
align
Text alignment value or function
Sets the justification for the text. E.G.: - RIGHT - VCENTER
LEFT
Return values
LVGL object
API Status
Avail
Status
Comment
BW radios
Color radios
active
Change log
EdgeTX version
Change
2.11.0
Introduced
Last updated
Was this helpful?