-
CONFIG_LVGL_INDEV_DEF_DRAG_LIMIT
¶
Drag Threshold
Type: int
Help¶
Threshold in pixels before entering drag mode
Default¶
10
Kconfig definition¶
At <Zephyr>/lib/gui/lvgl/Kconfig.input:53
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/lib/Kconfig:8
→ <Zephyr>/lib/gui/Kconfig:4
→ <Zephyr>/lib/gui/lvgl/Kconfig:26
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Input device settings
config LVGL_INDEV_DEF_DRAG_LIMIT
int "Drag Threshold"
default 10
depends on LVGL
help
Threshold in pixels before entering drag mode
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)