I assume that you have a graphics object named tft. Go into the setup() function and add this code at the bottom: for (int i = 0; i < 4; i++) { ?? tft.setRotation( (uint8_t) i); ?? tft.setCursor(10, 10); ?? tft.print("New rotation value of "); ?? tft.print(i); ?? delay(5000);?????? // You have 5 seconds to view the message } and see if any of the rotation values works for what you need. Jack, W8TEE
On Sunday, March 31, 2019, 11:26:30 PM EDT, k7da <k7da@...> wrote:
i mounted the display upside down and turning it over makes it not fit the hole. so i need to turn the picture upside down. is that possible in sofeward or alectrically? dave k7da
On 3/31/2019 7:57 PM, jjpurdum via
Groups.Io wrote:
What do you mean "turned over"? There's a Landscape and
Portrait mode
Jack, W8TEE
On Sunday, March 31, 2019, 10:29:40 PM EDT, k7da
<k7da@...> wrote:
can the display be turned over in software?
dave k7da
|