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:

Name
Type
Description
Default 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

opacity

Number or Function

Sets the opacity. Note: range is 0 (transparent) to 255 (opaque)

255 (opaque)

pts

Table or Function

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

Avail
Status
Comment

BW radios

Color radios

active

Change log

EdgeTX version
Change

2.11.0

Introduced

Last updated

Was this helpful?