this is my first entry in this forum,
first I must say espbasic is a wonderful achievement.
But I have a problem,
Recently I aquired a few TFT ILI9341 displays from Ebay
The displays works fine, I used the sample in the documentation
For some reason the X-axis coördinates coming from the touch controller is reversed
This is not a mayor problem if I check the coordinates myself in a routine, but the tft.checktouch() routine always comes back with -1, as the coordinates don't match any object
Is there a way to reverse the X-axis, and perhaps also the Y-axis, by using extra parameters in tft.touch.setup(T_CS pin)?
for example :tft.touch.setup(T_CS pin,true,false) -> reverse X-Axis,keep normal oriantation Y-axis
Kind regards from Belgium
Luc Pauwels