boards: xtensa: m5stack_core2: swap-xy touch input

Swap the lvgl X/Y touch input coordinates to match the orientation of the
screen.

Signed-off-by: Mike Szczys <szczys@hotmail.com>
This commit is contained in:
Mike Szczys 2023-12-26 17:11:28 -06:00 committed by Anas Nashif
parent ccd843ecbd
commit 7382dbd13a

View file

@ -46,6 +46,7 @@
lvgl_pointer {
compatible = "zephyr,lvgl-pointer-input";
input = <&ft5336_touch>;
swap-xy;
};
};