CONFIG_LVGL_POINTER_KSCAN_SWAP_XY

Swap keyboard scan X,Y axes

Type: bool

Help

Swap keyboard scan X,Y axes. This option can be used to align keyboard scan coordinates with the display.

Direct dependencies

LVGL_POINTER_KSCAN && LVGL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.input:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/gui/lvgl/Kconfig:26

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Input device settings → Keyboard scan pointer input

config LVGL_POINTER_KSCAN_SWAP_XY
    bool "Swap keyboard scan X,Y axes"
    depends on LVGL_POINTER_KSCAN && LVGL
    help
      Swap keyboard scan X,Y axes. This option can be used to align keyboard
      scan coordinates with the display.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)