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:
parent
ccd843ecbd
commit
7382dbd13a
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
lvgl_pointer {
|
||||
compatible = "zephyr,lvgl-pointer-input";
|
||||
input = <&ft5336_touch>;
|
||||
swap-xy;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue