The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LVGL_OBJ_PRELOAD_DEF_SPIN_TIME

Default spin time

Type: int

Help

Default spin time for pre-load in ms

Direct dependencies

LVGL_OBJ_PRELOAD && LVGL

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At lib/gui/lvgl/Kconfig.objects:141

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9lib/gui/lvgl/Kconfig:364

Menu path: (top menu) → Additional libraries → Graphical user interface → Objects

config LVGL_OBJ_PRELOAD_DEF_SPIN_TIME
    int
    prompt "Default spin time" if LVGL_OBJ_PRELOAD && LVGL
    default 1000 if LVGL_OBJ_PRELOAD && LVGL
    depends on LVGL_OBJ_PRELOAD && LVGL
    help
      Default spin time for pre-load in ms

(Definitions include propagated dependencies, including from if’s and menus.)