:orphan: .. title:: CONFIG_LVGL_INDEV_DEF_LONG_PRESS_TIME .. kconfig:: CONFIG_LVGL_INDEV_DEF_LONG_PRESS_TIME CONFIG_LVGL_INDEV_DEF_LONG_PRESS_TIME ##################################### *Long press time* Type: ``int`` Help ==== .. code-block:: none Period in milliseconds before a press is seen as a long press Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 400 Kconfig definition ================== At ``/gui/lvgl/Kconfig.input:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:26`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Input device settings .. code-block:: kconfig 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.)*