:orphan: .. title:: LVGL_SPINNER_DEF_SPIN_TIME .. option:: CONFIG_LVGL_SPINNER_DEF_SPIN_TIME *Default spin time* Type: ``int`` Help ==== .. code-block:: none 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 ================== At ``/gui/lvgl/Kconfig.objects:300`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Spinner object .. code-block:: kconfig config LVGL_SPINNER_DEF_SPIN_TIME int "Default spin time" default 1000 depends on LVGL_USE_SPINNER && LVGL help Default spin time for spinner in ms *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*