The TFT screen (with ILI9341) include the touch screen XPT 2046, and the Library say to connect MOSI (TFT screen) to TDI (touch screen), but the ILI9341 is with SPI bus and the XPT2046 is with a serial bus : how can they work together, on the same uP pins?
The touscreen doesn't work on my Dongsen Tech Pocket32 board, and not on the Arduino Uno too.
What means this ?
- Code: Select all
ts.calibrate(-0.00114, -0.0653, 254, -0.0885, -0.00125, 348, 240, 320);
ts.calibrate never compiles.
Someone has an idea ?
Thanks
