lvgl.line

Display one or more connected lines.

Syntax

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

parent:line({settings})

Parameters

See the API page for parameter description and common settings.

The 'x, 'y, 'w' and 'h' settings are not used.

Line specific settings:

NameTypeDescriptionDefault if not set

rounded

Boolean

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

false

thickness

Number

Sets the thickness of each line segment.

1

pts

Table of points. Each point must be a table with two number values ({x, y})

Defines the points used to draw the line segments. There must be at least two points.

nil

Return values

LVGL object

API Status

AvailStatusComment

BW radios

Color radios

active

Change log

EdgeTX versionChange

2.11.0

Introduced