lvgl.setting
Create a container for managing object layout.
Last updated
Was this helpful?
Create a container for managing object layout.
lvgl.setting([parent], {settings})
parent:setting({settings})
See the API page for parameter description and common settings.
Setting specific settings:
title
String or Function (Function support available in 2.11.6 or later)
Text to be displayed on the left.
Empty string
The setting object is designed to manage a single row in a page of user settings. It automatically includes the necesary padding for correctly displaying controls such as toggle, textEdit, button etc.
LVGL object
BW radios
Color radios
2.11.0
Introduced
Last updated
Was this helpful?
Was this helpful?