lvgl.setting

Create a container for managing object layout.

Syntax

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

parent:setting({settings})

Parameters

See the API page for parameter description and common settings.

Setting specific settings:

Name
Type
Description
Default

title

String

Text to be displayed on the left.

Empty string

Notes

The setting object is designed to manage a single row in a page of user settings. It automatically includes the necesary padding for correctly displaying controls such as toggle, textEdit, button etc.

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?