-
CONFIG_LVGL_INPUT_LONG_RESS_REPEAT_TIME
¶
Long press repeat time
Type: int
Help¶
Period in milliseconds after which a new trigger is generated for a long press
Kconfig definition¶
At lib/gui/lvgl/Kconfig:251
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_LONG_RESS_REPEAT_TIME int prompt "Long press repeat time" ifLVGL
default 100 ifLVGL
depends onLVGL
help Period in milliseconds after which a new trigger is generated for a long press
(Definitions include propagated dependencies, including from if’s and menus.)