-
CONFIG_LVGL_OBJ_DROP_DOWN_LIST_ANIM_TIME
¶
Drop Down list animation time
Type: int
Help¶
Drop down list animation time in milliseconds
Direct dependencies¶
LVGL_OBJ_DROP_DOWN_LIST
&& LVGL
(Includes any dependencies from ifs and menus.)
Default¶
200
Kconfig definition¶
At lib/gui/lvgl/Kconfig.objects:331
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
→ lib/gui/lvgl/Kconfig:458
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Drop Down List object
config LVGL_OBJ_DROP_DOWN_LIST_ANIM_TIME int "Drop Down list animation time" default 200 depends onLVGL_OBJ_DROP_DOWN_LIST
&&LVGL
help Drop down list animation time in milliseconds
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)