CONFIG_LVGL_INDEV_DEF_LONG_PRESS_TIME
Long press time
Type: int
Help
Period in milliseconds before a press is seen as a long press
Default
400
Kconfig definition
At <Zephyr>/lib/gui/lvgl/Kconfig.input:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <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_LONG_PRESS_TIME
int "Long press time"
default 400
depends on LVGL
help
Period in milliseconds before a press is seen as a long press
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)