:orphan: .. title:: LVGL_INDEV_DEF_LONG_PRESS_REP_TIME .. option:: CONFIG_LVGL_INDEV_DEF_LONG_PRESS_REP_TIME *Long press repeat time* Type: ``int`` Help ==== .. code-block:: none Period in milliseconds after which a new trigger is generated for a long press Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== At ``/gui/lvgl/Kconfig.input:73`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/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_REP_TIME int "Long press repeat time" default 100 depends on LVGL help Period in milliseconds after which a new trigger is generated for a long press *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*