CONFIG_LVGL_ROLLER_DEF_ANIM_TIME¶
Roller animation time
Type: int
Help¶
Roller animation time in milliseconds
Default¶
- 200 
Kconfig definition¶
At <Zephyr Library>/gui/lvgl/Kconfig.objects:259
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:8 → <Zephyr Library>/gui/Kconfig:4 → <Zephyr Library>/gui/lvgl/Kconfig:33
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Roller object
config LVGL_ROLLER_DEF_ANIM_TIME
    int "Roller animation time"
    default 200
    depends on LVGL_USE_ROLLER && LVGL
    help
      Roller animation time in milliseconds
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)