CONFIG_LVGL_POINTER_KSCAN_INVERT_Y

Invert keyboard scan Y axis

Type: bool

Help

Invert keyboard scan Y axis. 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:39

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_INVERT_Y
    bool "Invert keyboard scan Y axis"
    depends on LVGL_POINTER_KSCAN && LVGL
    help
      Invert keyboard scan Y axis. This option can be used to align keyboard
      scan coordinates with the display.

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