:orphan: .. title:: choice: Default spinner animation type .. _choice_491: .. describe:: choice: Default spinner animation type *Default spinner animation type* Type: ``bool`` Help ==== .. code-block:: none Default spinner animation type Direct dependencies =================== \ :kconfig:`LVGL_USE_SPINNER ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LVGL_SPINNER_DEF_ANIM_SPINNING_ARC ` Choice options ============== - \ :kconfig:`LVGL_SPINNER_DEF_ANIM_SPINNING_ARC ` - \ :kconfig:`LVGL_SPINNER_DEF_ANIM_FILLSPIN_ARC ` - \ :kconfig:`LVGL_SPINNER_DEF_ANIM_CONSTANT_ARC ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:306`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects → Spinner object .. code-block:: kconfig choice bool "Default spinner animation type" default LVGL_SPINNER_DEF_ANIM_SPINNING_ARC depends on LVGL_USE_SPINNER && LVGL help Default spinner animation type *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*