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.