Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
976 stars 229 forks source link

Flip LCD 180° #295

Open DiWa2194 opened 4 years ago

DiWa2194 commented 4 years ago

Hi Ed,

Great project you did here!!! Thanks a lot.

I have build the radio into an old portable radio. There is only option I have for the LCD display to mount, but the display unfortunately writes upside down.

Is there an option to flip the diplay by 180°?

Thanks.

Best regards from Munich,

DiWa2194

IMG_7669

DiWa2194 commented 4 years ago

Found it: // Various macro's to mimic the ST7735 version of display functions

define dsp_setRotation() tft->setRotation ( 3 ) // Use landscape format (3 for upside down)

Very good documentation. Thanks.