lvgl.switch

Display a button showing a switch name. When tapped the switch select popup is opened to allow the user to select a new switch. Uses EdgeTX styling.

Syntax

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

parent:switch({settings})

Parameters

See the API page for parameter description and common settings.

Switch specific settings:

NameTypeDescriptionDefault if not set

get

Function

Called to get the currently selected switch, when the popup menu is first opened.

nil

set

Function

Called when the user taps on an switch button. The function is passed a single parameter wihich is the selected switch value.

nil

Return values

LVGL object

Notes

The popup menu is closed when the user selects an item, and the 'set' function is called.

If the user taps outside the menu or the RTN key is pressed, the popup menu is closed and the 'set' function is not called.

API Status

AvailStatusComment

BW radios

Color radios

active

Only available for One-Time script

Change log

EdgeTX versionChange

2.11.0

Introduced