Update the settings for an LVGL object.
lvgl.set([parent], {settings})
parent:set({settings})
See the API page for parameter description and common settings.
See the function description pages for settings specific to each LVGL object type.
This can be used to update one or more settings for an existing LVGL object. The 'settings' parameter should contain values relevant to the type of object being created.
This can be used to update settings that do not support being controlled by functions (e.g. rectangle thickness).
BW radios
Color radios
2.11.0
Introduced