Skip to content

Commit 1078e59

Browse files
kartbenjhedberg
authored andcommitted
boards: stm32n6570_dk: Remove invert-y property from LVGL pointer input
Removed the invert-y property from the LVGL pointer input configuration as it's causing the touch events to be "flipped" vertically. Confirmed that this gets samples/subsys/display/lvgl back to correctly detecting touch events, and for good measure tested samples/subsys/input/draw_touch_events which keeps working as expected (like it should since it's not using the LVGL pointer input ;-)) Fixes #98933 Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent be0f5b0 commit 1078e59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
compatible = "zephyr,lvgl-pointer-input";
3737
input = <&gt911>;
3838
display = <&ltdc>;
39-
invert-y;
4039
};
4140

4241
psram: memory@90000000 {

0 commit comments

Comments
 (0)