:orphan: .. title:: CONFIG_LVGL_LABEL_DEF_SCROLL_SPEED .. kconfig:: CONFIG_LVGL_LABEL_DEF_SCROLL_SPEED CONFIG_LVGL_LABEL_DEF_SCROLL_SPEED ################################## *Label scroll speed* Type: ``int`` Help ==== .. code-block:: none Scroll speed in pixels per second if scroll mode is enabled for a label Direct dependencies =================== \ :kconfig:`LVGL_USE_LABEL ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 25 Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:141`` 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 → Label Object .. code-block:: kconfig config LVGL_LABEL_DEF_SCROLL_SPEED int "Label scroll speed" default 25 depends on LVGL_USE_LABEL && LVGL help Scroll speed in pixels per second if scroll mode is enabled for a label *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*