:orphan: .. title:: choice: Default spinner animation type .. _choice_345: .. describe:: choice: Default spinner animation type *Default spinner animation type* Type: ``bool`` Help ==== Default spinner animation type Direct dependencies =================== \ :option:`LVGL_USE_SPINNER ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LVGL_SPINNER_DEF_ANIM_SPINNING_ARC ` Choice options ============== - \ :option:`LVGL_SPINNER_DEF_ANIM_SPINNING_ARC ` - \ :option:`LVGL_SPINNER_DEF_ANIM_FILLSPIN_ARC ` - \ :option:`LVGL_SPINNER_DEF_ANIM_CONSTANT_ARC ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.objects:306`` 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:: choice bool "Default spinner animation type" default \ :option:`LVGL_SPINNER_DEF_ANIM_SPINNING_ARC ` depends on \ :option:`LVGL_USE_SPINNER ` && \ :option:`LVGL ` help Default spinner animation type *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*