lvgl.hline
Display a horizontal line.
Display a horizontal line.
lvgl.hline([parent], {settings})
parent:hline({settings})
See the API page for parameter description and common settings.
The 'w' setting determinse the length of the line.
The 'h' setting determines the thickness of the line.
Hline specific settings:
Name | Type | Description | Default if not set |
---|---|---|---|
LVGL object
Avail | Status | Comment | |
---|---|---|---|
EdgeTX version | Change |
---|---|
rounded
Boolean
If true then the end caps of the line are rounded.
false
BW radios
Color radios
2.11.0
Introduced