Display a text label.
lvgl.label([parent], {settings})
parent:label({settings})
See the API page for parameter description and common settings.
Label specific settings:
text
String or Function
Set the text to be displayed on the label
Empty string
font
Font value or Function
Sets the font size and justification for the text. E.G.: - MIDSIZE - DBLSIZE + RIGHT
0 (standard size)
LVGL object
BW radios
Color radios
2.11.0
Introduced