TFT Touch Shield V2.0 and text orientation.

Hi,
Not sure if I have missed some documentation or not… I am trying to use a TFT touch Shield in Landscape (horizontal) aspect, but I can not figure out how to rotate the text to make it readable in this orientation.

From the provided examples;
Tft.drawChar(Char’’, X_coord, Y_coord, size, Colour);
But there is no orientation.

Thanks in advance for any advice/ solution.

Regards,
Nick.

It appears there are no rotation commands in the V2.0 library, as in the V1.0 library. In addition, the command to draw a triangle misspells ‘triangle’ as ‘traingle’.

Currently, the V2.0 LCD is pretty much useless for my application(s) until someone with C++ expertise expands the library.