richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
168 stars 45 forks source link

No screen rotation, TTGO Lilygo T-Beam S3 Supreme V3 #103

Closed Charly1000 closed 1 month ago

Charly1000 commented 1 month ago

180 degrees screen rotation doesn't work. It's always one direction.

richonguzman commented 1 month ago

can you test adding this code

if (Config.display.turn180) { display.setRotation(2); }

to /src/display.cpp

between line 112 and 113??

Captura de pantalla 2024-05-19 a la(s) 03 56 22
Charly1000 commented 1 month ago

Sure, I will test it and report back

Charly1000 commented 1 month ago

RESOLVED screen rotation is working now. now you can set true and false and screen rotation works.