lvgl.getContext
For a widget, returns the local instance table created (and returned from) the script 'create()' function.
Syntax
lvgl.getContext()
Parameters
The function has no parameters.
Return values
Widget scripts return a table of data local to the instance of the script from the script 'create()' function. This function retrieves this table for use in other functions.
Always returns nil for stand alone tool scripts.
API Status
Avail
Status
Comment
BW radios
Color radios
active
Change log
EdgeTX version
Change
2.11.0
Introduced
Last updated
Was this helpful?