Skip to content

Commit e407153

Browse files
r-c-nnashif
authored andcommitted
shields: buydisplay_3_5_tft: disable pointer axes inversion
The current configuration of the touch controller node inverts the x and y axes, which doesn't match the current display configuration in the ili9488_buydisplay_3_5_tft_touch_arduino node, ie. pointing to the right/bottom side of the screen registers a touch in the left/top side. Fix it by removing the inverted-x and inverted-y properties. Signed-off-by: Ricardo Cañuelo Navarro <[email protected]>
1 parent 78b5ecf commit e407153

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

boards/shields/buydisplay_3_5_tft_touch_arduino/buydisplay_3_5_tft_touch_arduino.overlay

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
compatible = "focaltech,ft5336";
5050
reg = <0x38>;
5151
swapped-x-y;
52-
inverted-x;
53-
inverted-y;
5452
screen-width = <320>;
5553
screen-height = <480>;
5654
/* Uncomment if IRQ line is available (requires to solder jumper) */

0 commit comments

Comments
 (0)