:orphan: .. title:: LVGL_SPINNER_DEF_SPIN_TIME .. option:: CONFIG_LVGL_SPINNER_DEF_SPIN_TIME *Default spin time* Type: ``int`` Help ==== Default spin time for spinner in ms Direct dependencies =================== \ :option:`LVGL_USE_SPINNER ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.objects:300`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Spinner object .. parsed-literal:: config LVGL_SPINNER_DEF_SPIN_TIME int "Default spin time" default 1000 depends on \ :option:`LVGL_USE_SPINNER ` && \ :option:`LVGL ` help Default spin time for spinner in ms *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*