nothing works
Edit:
I use MCUFRIEND_kbv and run TouchScreen_Calibr_native, where
int XP = 27, YP = 4, XM = 15, YM = 14; //most common configuration
and it works but with some problem, I only just a little of the screen (arround 1/4 of screen => buttom right)...
and the result of calibration is
const int XP=27,XM=15,YP=4,YM=14; //320x480 ID=0x9486
const int TS_LEFT=0,TS_RT=0,TS_TOP=815,TS_BOT=705;
PORTRAIT CALIBRATION 320 x 480
x = map(p.x, LEFT=0, RT=0, 0, 320)
y = map(p.y, TOP=815, BOT=705, 0, 480)
LANDSCAPE CALIBRATION 480 x 320
x = map(p.y, LEFT=815, RT=705, 0, 480)
y = map(p.x, TOP=0, BOT=0, 0, 320)
do you know the solution?
Edit:
when I use wifi, I can't touch anything now
Edit:
without wifi, I run TouchScreen_Calibr_native and print tp.x tp.y dan tp.z... tp.y and tp.z work normally but tp.x always 0
I use
int XP = 12, YP = 4, XM = 15, YM = 13;