:orphan: .. title:: CONFIG_LVGL_INDEV_DEF_GESTURE_MIN_VELOCITY .. kconfig:: CONFIG_LVGL_INDEV_DEF_GESTURE_MIN_VELOCITY CONFIG_LVGL_INDEV_DEF_GESTURE_MIN_VELOCITY ########################################## *Gesture minimum velocity* Type: ``int`` Help ==== .. code-block:: none Gesture min velocity at release before swipe (pixels) Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== At ``/gui/lvgl/Kconfig.input:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:26`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Input device settings .. code-block:: kconfig config LVGL_INDEV_DEF_GESTURE_MIN_VELOCITY int "Gesture minimum velocity" default 3 depends on LVGL help Gesture min velocity at release before swipe (pixels) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*