Skip to content

Commit c344cca

Browse files
laudominikfabiobaltieri
authored andcommitted
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 <[email protected]> Signed-off-by: Filip Kokosinski <[email protected]>
1 parent b38a4cc commit c344cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/st/stm32f429i_disc1/stm32f429i_disc1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
lvgl_pointer {
6262
compatible = "zephyr,lvgl-pointer-input";
6363
input = <&stmpe811>;
64-
invert-x;
65-
invert-y;
6664
};
6765

6866
mipi_dbi {
@@ -177,6 +175,8 @@
177175
touch-detect-delay-us = <5000>;
178176
touch-average-control = <8>;
179177
tracking-index = <127>;
178+
inverted-x;
179+
inverted-y;
180180
};
181181
};
182182

0 commit comments

Comments
 (0)