-
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.
Kconfig definition¶
At lib/gui/lvgl/Kconfig:237
Included via Kconfig:10
→ Kconfig.zephyr:37
→ lib/Kconfig:15
→ lib/gui/Kconfig:9
Menu path: (top menu) → Additional libraries → Graphical user interface → LittlevGL Support
config LVGL_INPUT_DRAG_THROW_SLOW_DOWN int prompt "Drag throw slow-down" ifLVGL
range 0 100 ifLVGL
default 20 ifLVGL
depends onLVGL
help Percentage of slow down of a throw following a drag. Greater percentage means faster slow-down.
(Definitions include propagated dependencies, including from if’s and menus.)