Hello, I am totaly new to this forum so sorry if I filed this question wrong.
I am using an Arduino to send a demo to the ST7735 lcd display. everthing works fine but the images are upp side down. I added the command to rotate the screen (tft.setRotation(2); // set display orientation ) . Now all the colours are different! why is this?
and I am using just 2 library's: #include <ST7735.h> #include <SPI.h>
I got a lot off error when using the adafruit library.
the Adafruit_ST7735.h doesn't have all the drawing functions as in this demo program, is my guess.