:orphan: .. title:: CONFIG_LVGL_POINTER_KSCAN_DEV_NAME .. kconfig:: CONFIG_LVGL_POINTER_KSCAN_DEV_NAME CONFIG_LVGL_POINTER_KSCAN_DEV_NAME ################################## *Keyboard scan device name for pointer input* Type: ``string`` Help ==== .. code-block:: none Name of the keyboard scan device to use for pointer input. Direct dependencies =================== (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL ` && (\ :kconfig:`BOARD_MIMXRT1050_EVK ` || \ :kconfig:`BOARD_MIMXRT1050_EVK_QSPI `)) || (\ :kconfig:`LVGL ` && (\ :kconfig:`BOARD_MIMXRT1060_EVK ` || \ :kconfig:`BOARD_MIMXRT1060_EVK_HYPERFLASH `)) || (\ :kconfig:`LVGL ` && \ :kconfig:`BOARD_MIMXRT1064_EVK `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL ` && \ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO `) || (\ :kconfig:`LVGL_POINTER_KSCAN ` && \ :kconfig:`LVGL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "FT5336" - "TOUCH" - "TOUCH" - "FT5336" - "TOUCH" - "TOUCH" - "FT5336" - "FT5336" - "FT5336" - "FT5336" - "TOUCH" - "TOUCH" - "KSCAN" Kconfig definitions =================== At ``/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "FT5336" depends on LVGL && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 ---- At ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "TOUCH" depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "TOUCH" depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "FT5336" depends on LVGL && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 ---- At ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "TOUCH" depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "TOUCH" depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/arm/mimxrt1050_evk/Kconfig.defconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "FT5336" depends on LVGL && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI) ---- At ``/arm/mimxrt1060_evk/Kconfig.defconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "FT5336" depends on LVGL && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH) ---- At ``/arm/mimxrt1064_evk/Kconfig.defconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "FT5336" depends on LVGL && BOARD_MIMXRT1064_EVK ---- At ``/shields/adafruit_2_8_tft_touch_v2/Kconfig.defconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "FT5336" depends on LVGL && DISPLAY && SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 ---- At ``/shields/buydisplay_2_8_tft_touch_arduino/Kconfig.defconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "TOUCH" depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_2_8_TFT_TOUCH_ARDUINO ---- At ``/shields/buydisplay_3_5_tft_touch_arduino/Kconfig.defconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config LVGL_POINTER_KSCAN_DEV_NAME string default "TOUCH" depends on LVGL && DISPLAY && SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO ---- At ``/gui/lvgl/Kconfig.input:15`` 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_DEV_NAME string "Keyboard scan device name for pointer input" default "KSCAN" depends on LVGL_POINTER_KSCAN && LVGL help Name of the keyboard scan device to use for pointer input. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*