Calibration data UTFT for the 7Inch TFT ?

Hello, I have a 7 inch touch TFT with the TFT LCD Mega Shield and an Arduino Mega R3.

Unfortunately I cannot create new calibration data using UTFT and the calibration tool.
Can someone PLEASE send me their calibration data for the 7 inch TFT?

I got the data that I use here from the Internet and around 3cm on the bottom screen is only partially read or not read at all.

It would be a great help to me in correctly using the TFT with touchscreen.
Thank you in advance!

This is my currently used calibration data...

CAL_X 0x0022CF59UL
CAL_Y 0x00670E5FUL
CAL_S 0x8031F1DFUL

Hello...
With these settings my 7" TFT works optimally...

MPU: SSD1963
Touch: XPT2046 - resistive Touchscreen
Interface: 16-bit parallel
Pixel: 800 x 480


#define CAL_X 0x000E4FA6UL
#define CAL_Y 0x006A4F75UL
#define CAL_S 0x8031F1DFUL

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.