lvgl.message

Display a message dialog box.

Syntax

lvgl.message({settings})

Parameters

The lvgl.confirm function uses only the settings shown below. The common settings shown on the API page are not used.

NameTypeDescriptionDefault if not set

title

String

Text to be displayed in the header of the dialog box.

Empty string

message

String

Text to be displayed in the body of the dialog box

Empty string

details

Function

Text to be displayed in the body of the dialog box

Empty string

API Status

AvailStatusComment

BW radios

Color radios

active

Change log

EdgeTX versionChange

2.11.0

Introduced