CONFIG_LVGL_ROLLER_DEF_ANIM_TIME

Roller animation time

Type: int

Help

Roller animation time in milliseconds

Direct dependencies

LVGL_USE_ROLLER && LVGL

(Includes any dependencies from ifs and menus.)

Default

  • 200

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.objects:259

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/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.)