hi !
my 2.4" lcd shield from mcufriend have problem with touch calibration:
the "TouchScreen_Calibr_native" code reports the Broken Touch !
the serial monitor report of "Touch_shield_new" is:
Most Touch Screens use pins 6, 7, A1, A2
But they can be in ANY order
e.g. right to left or bottom to top
or wrong direction
Edit name and calibration statements
Please Calibrate.
ID=0x9340
Screen is 240x320
Calibration is:
LEFT = 907 RT = 136
TOP = 942 BOT = 139
Wiring is always PORTRAIT
YP=15 XM=16
YM=7 XP=6
===============================
when testing with "Adafruit_TouchScreen-master" library there is a response from bottom of touch and the Pressure value changes. but the top of the touch need more pressure to change the pressure value.
the serial monitor report of "touchscreendemoshield.ino" is:
when not touched ---> pressure=100~117
when touched ---> pressure=420~560
===============================
how can i fix this? its possible pin of the touch is different: XP,XM,YP,YM
why YP,XM not A1,A2 in serial report?
thank you !!!