-
CONFIG_LVGL_INPUT_DRAG_THROW_SLOW_DOWN
¶
Drag throw slow-down
Type: int
Help¶
Percentage of slow down of a throw following a drag. Greater percentage means faster slow-down.
Default¶
20
Kconfig definition¶
At lib/gui/lvgl/Kconfig:237
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
Menu path: (Top) → Additional libraries → LittlevGL GUI library
config LVGL_INPUT_DRAG_THROW_SLOW_DOWN
int "Drag throw slow-down"
range 0 100
default 20
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.)