-
CONFIG_LVGL_OBJ_LIST_FOCUS_TIME
¶
List focus time
Type: int
Help¶
List focus animation time in milliseconds
Defaults¶
- 100 if
LVGL_OBJ_LIST
&&LVGL
Kconfig definition¶
At lib/gui/lvgl/Kconfig.objects:311
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
→ lib/gui/lvgl/Kconfig:364
Menu path: (top menu) → Additional libraries → Graphical user interface → Objects
config LVGL_OBJ_LIST_FOCUS_TIME int prompt "List focus time" ifLVGL_OBJ_LIST
&&LVGL
default 100 ifLVGL_OBJ_LIST
&&LVGL
depends onLVGL_OBJ_LIST
&&LVGL
help List focus animation time in milliseconds
(Definitions include propagated dependencies, including from if’s and menus.)