hello, quick question, i bought a display online on my country to make a diy version of the espboy, and for what i can see it has diferent pin names, can i get some help with this?
it has (on this order)
Led, Sck, Sda, A0, Reset, Cs, Gnd, Vcc
hi there, me again haha
turned out the last display i bought was broken, so i had to change it
today i received the new one and just replaced it without, now i notice the screen is upside down
there’s a way to fix that with code? asking first before desoldering all
you can make corrections in the source code in setup(){} section
and change the number in tft.setRotation(0); to tft.setRotation(2),
then recompile and upload to ESPboy
the problem is that all Apps at AppStore are compiled with tft.setRotation(0);