The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LVGL_INPUT_LONG_PRESS_TIME

Long press time

Type: int

Help

Period in milliseconds before a press is seen as a long press

Direct dependencies

LVGL

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At lib/gui/lvgl/Kconfig:245

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9

Menu path: (top menu) → Additional libraries → Graphical user interface

config LVGL_INPUT_LONG_PRESS_TIME
    int
    prompt "Long press time" if LVGL
    default 400 if LVGL
    depends on LVGL
    help
      Period in milliseconds before a press is seen as a long press

(Definitions include propagated dependencies, including from if’s and menus.)