:orphan: .. title:: CONFIG_LVGL_POINTER_KSCAN_MSGQ_COUNT .. kconfig:: CONFIG_LVGL_POINTER_KSCAN_MSGQ_COUNT CONFIG_LVGL_POINTER_KSCAN_MSGQ_COUNT #################################### *Keyboard scan message queue count maximum* Type: ``int`` Help ==== .. code-block:: none Maximum number of items in the keyboard scan message queue. Direct dependencies =================== \ :kconfig:`LVGL_POINTER_KSCAN ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/gui/lvgl/Kconfig.input:21`` 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 → Keyboard scan pointer input .. code-block:: kconfig config LVGL_POINTER_KSCAN_MSGQ_COUNT int "Keyboard scan message queue count maximum" default 10 depends on LVGL_POINTER_KSCAN && LVGL help Maximum number of items in the keyboard scan message queue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*