-
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 if’s and menus.)
Defaults¶
- 200 if
LVGL_OBJ_DROP_DOWN_LIST
&&LVGL
Kconfig definition¶
At lib/gui/lvgl/Kconfig.objects:328
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 → LittlevGL Support → Objects → Drop Down List object
config LVGL_OBJ_DROP_DOWN_LIST_ANIM_TIME int prompt "Drop Down list animation time" ifLVGL_OBJ_DROP_DOWN_LIST
&&LVGL
default 200 ifLVGL_OBJ_DROP_DOWN_LIST
&&LVGL
depends onLVGL_OBJ_DROP_DOWN_LIST
&&LVGL
help Drop down list animation time in milliseconds
(Definitions include propagated dependencies, including from if’s and menus.)