TAMCTec / gt911-arduino

Arduino library for GT911
Apache License 2.0
39 stars 11 forks source link

The low x-y coordinates read = x: 328 y: 220 #14

Open eagl1 opened 4 days ago

eagl1 commented 4 days ago

Hi,

I'm running the example code and the high reading of x-y are correct to my display resolution, but the low reading isn't near 0 and reads +200.

My display is ESP32_8048S043 RGB display and the resolution is 800x480.

Low:

Touch 1:   x: 328  y: 220  size: 23

High:

Touch 1:   x: 795  y: 480  size: 29

What could be the problem ?