I am using a 3,2 LCD with an Arduino Mega and an Ethernet Shield. After putting many hours of work, i managed to show everything I want on the screen and on the same time run a webserver, from which I can change some of the values on the screen. Everything went well until I tested the touch component. I checked the SPI and everything seems to work well, i even changed the SS pin in order to solve this. I printed the X and Y coordinates on the screen so that I can see if it receives any data and as it turns out, they're zero. I tried different pins or different arrangements on my code but nothing helped. Without the Webserver code it works perfectly.
Did anybody ever had this problem? Do you have any idea how to solve this?
No I don't believe I have to, because without the Webserver code it works perfectly. After I added the Webserver code, it started the problem with the touch, so I don't believe that calibration is the problem... But thanks anyway!