lvgl.getContext
For a widget, returns the local instance table created (and returned from) the script 'create()' function.
Was this helpful?
For a widget, returns the local instance table created (and returned from) the script 'create()' function.
lvgl.getContext()
The function has no parameters.
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.
BW radios
Color radios
2.11.0
Introduced
Was this helpful?
Was this helpful?