CONFIG_LVGL_TILEVIEW_DEF_ANIM_TIME
Tile view animation time
Type: int
Help
Tile view animation time in milliseconds
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
300
Kconfig definition
At <Zephyr>/lib/gui/lvgl/Kconfig.objects:384
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <Zephyr>/lib/Kconfig:8
→ <Zephyr>/lib/gui/Kconfig:4
→ <Zephyr>/lib/gui/lvgl/Kconfig:33
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Tile view object
config LVGL_TILEVIEW_DEF_ANIM_TIME
int "Tile view animation time"
default 300
depends on LVGL_USE_TILEVIEW && LVGL
help
Tile view animation time in milliseconds
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)