Henning Karlsen Touch Screen calibration tool Layout

Is this the correct layout for this tool, I can't find an image and suspect errors.

No, the standard UTFT Calibration sketch has an opening text screen. Then 8 cross-hair targets spaced around the screen, with a Press/Hold/Release message displayed in the centre inside a box made of asterisks.

It should be pretty simple to follow from reading the original sketch.

Just edit UTFTGLUE.h for your particular "Adafruit" library. And run my TouchScreen_Calibr_kbv sketch.

It should give you a "similar" screen to the UTFT library version.

It will look much better without the plastic film on your TouchScreen !

David.

"
Just edit UTFTGLUE.h for your particular "Adafruit" library. And run my TouchScreen_Calibr_kbv sketch.
"

The pic is the end result of that edit, that's why I was asking. Does anyone have a picture of what it should look like?

I get the text, and I get the results, I just think the results are skewed because of the target placement.

As for the film, it will come off eventually.

You must be doing something very odd. The UTFTGLUE class works just fine with the genuine Adafruit_TFTLCD. And with every hacked version that I have come across.

And of course it works for pretty much all the genuine Adafruit variants like Adafruit_ILI9341 or Adafruit_ST7735.

There are some inconsistencies with the Adafruit family e.g. pushColor and pushColors
But for drawing graphics and text they inherit the same methods from Adafruit_GFX and Print classes.

David.