Como rotar un numero en "2.8 inch TFT Touch Shield v2.0" . in english how to rotate a number in "2.8 inch TFT Touch Shield v2.0"

Hola necesito rotar una variable numérica y no sé cómo hacerlo. Por defecto lo muestra en la vista original si escribo el comando “Tft.drawFloat(1.2345, 2, 0, 200, 4,BLUE);” y el comando “Tft.drawString(“landscape normal”, 100, 18, 2, WHITE, orientation);” no acepta como variable de entrada un número.

Estoy usando la librería “TFT Touch Shield v2.0”

in English
Hello I need to rotate a numeric variable and I don’t know how to do it. By default it shows it in the original view if I write the command “Tft.drawFloat(1.2345, 2, 0, 200, 4,BLUE);” and the command “Tft.drawString(“landscape normal”, 100, 18, 2, WHITE, orientation);” does not accept a number as input variable.

I am using the “TFT Touch Shield v2.0” library.

Just use drawNumber().
https://codebender.cc/example/TFTv2/drawNumber#drawNumber.ino

I need to change the orientation of the number

This library doesn’t seem to have such a feature, and the flipped characters look like they belong to custom characters now.