CONFIG_LVGL_INDEV_DEF_DRAG_THROW
Drag throw slow-down
Type: int
Help
Percentage of slow down of a throw following a drag.
Greater percentage means faster slow-down.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
10
Kconfig definition
At <Library>/gui/lvgl/Kconfig.input:59
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Library>/Kconfig:8
→ <Library>/gui/Kconfig:4
→ <Library>/gui/lvgl/Kconfig:26
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Input device settings
config LVGL_INDEV_DEF_DRAG_THROW
int "Drag throw slow-down"
range 0 100
default 10
depends on LVGL
help
Percentage of slow down of a throw following a drag.
Greater percentage means faster slow-down.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)