I need to change the orientation of the display, but not from vertical to horizontal. I have to rotate through 180 degrees. It is possible via software?
TNK
I need to change the orientation of the display, but not from vertical to horizontal. I have to rotate through 180 degrees. It is possible via software?
TNK
Sorry to reply late,you can download the new version of TFT libraries with democode for 4 directions display from here.
http://www.seeedstudio.com/wiki/File:TFT_TouchScreen_for_Arduino_1.0.zip
The result of the democode of text4Directions is like the image.
Regards,
Frankie
Thanks guys – wonderfull work – thanks Frankie
Now all we need is to be able to draw a variable number to the screen so that we can display data. Something like Tft.drawNumber (inches). Remember that it needs to be able to be rotated like Tft.draw.String. I need to display changing data from a machine to some location on the screen.
Thanks again
Jeff
Thanks to all … I solved