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