CONFIG_LVGL_DROPDOWN_DEF_ANIM_TIME

Drop Down list animation time

Type: int

Help

Drop down list animation time in milliseconds

Direct dependencies

LVGL_USE_DROPDOWN && LVGL

(Includes any dependencies from ifs and menus.)

Default

  • 200

Kconfig definition

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

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 → Drop Down List object

config LVGL_DROPDOWN_DEF_ANIM_TIME
    int "Drop Down list animation time"
    default 200
    depends on LVGL_USE_DROPDOWN && LVGL
    help
      Drop down list animation time in milliseconds

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)