From c344cca8e9286e28670e6084a262959d5c868d58 Mon Sep 17 00:00:00 2001 From: Dominik Lau Date: Mon, 30 Sep 2024 11:21:08 +0200 Subject: [PATCH] boards: stm32f429i_disc1: inverted touch controller axes This inverts x and y axes as reported by stmpe811 driver for stm32f429i. Signed-off-by: Dominik Lau Signed-off-by: Filip Kokosinski --- boards/st/stm32f429i_disc1/stm32f429i_disc1.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/st/stm32f429i_disc1/stm32f429i_disc1.dts b/boards/st/stm32f429i_disc1/stm32f429i_disc1.dts index ff16f6648e4ad5..26d1833c2496dd 100644 --- a/boards/st/stm32f429i_disc1/stm32f429i_disc1.dts +++ b/boards/st/stm32f429i_disc1/stm32f429i_disc1.dts @@ -61,8 +61,6 @@ lvgl_pointer { compatible = "zephyr,lvgl-pointer-input"; input = <&stmpe811>; - invert-x; - invert-y; }; mipi_dbi { @@ -177,6 +175,8 @@ touch-detect-delay-us = <5000>; touch-average-control = <8>; tracking-index = <127>; + inverted-x; + inverted-y; }; };