:orphan: .. title:: CONFIG_LVGL_INDEV_DEF_GESTURE_LIMIT .. kconfig:: CONFIG_LVGL_INDEV_DEF_GESTURE_LIMIT CONFIG_LVGL_INDEV_DEF_GESTURE_LIMIT ################################### *Gesture threshold* Type: ``int`` Help ==== .. code-block:: none Gesture threshold in pixels Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 50 Kconfig definition ================== At ``/gui/lvgl/Kconfig.input:80`` 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_LIMIT int "Gesture threshold" default 50 depends on LVGL help Gesture threshold in pixels *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*