lvgl.message
Display a message dialog box.
Syntax
Parameters
Name
Type
Description
Default if not set
API Status
Avail
Status
Comment
active
Change log
EdgeTX version
Change
Last updated
Was this helpful?
Display a message dialog box.
lvgl.message({settings})
The lvgl.confirm function uses only the settings shown below. The common settings shown on the API page are not used.
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
BW radios
Color radios
2.11.0
Introduced
Last updated
Was this helpful?
Was this helpful?