lvgl.vline

Display a vertical line.

Syntax

lvgl.vline([parent], {settings})

parent:hline({settings})

Parameters

See the API page for parameter description and common settings.

The 'h' setting determinse the length of the line.

The 'w' setting determines the thickness of the line.

Vline specific settings:

NameTypeDescriptionDefault if not set

rounded

Boolean

If true then the end caps of the line are rounded.

false

Return values

LVGL object

API Status

AvailStatusComment

BW radios

Color radios

active

Change log

EdgeTX versionChange

2.11.0

Introduced