:orphan: .. title:: CONFIG_LVGL_SPINNER_DEF_ARC_LENGTH .. kconfig:: CONFIG_LVGL_SPINNER_DEF_ARC_LENGTH CONFIG_LVGL_SPINNER_DEF_ARC_LENGTH ################################## *Default arc length* Type: ``int`` Help ==== .. code-block:: none Default arc length for spinner in degrees Direct dependencies =================== \ :kconfig:`LVGL_USE_SPINNER ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 60 Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:293`` 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 config LVGL_SPINNER_DEF_ARC_LENGTH int "Default arc length" range 1 360 default 60 depends on LVGL_USE_SPINNER && LVGL help Default arc length for spinner in degrees *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*