This commit is contained in:
e2002
2022-02-15 18:50:17 +03:00
parent 9ae5d68490
commit e2e8a4a4a2
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ The ST7735 display submodel:
````
Rotation of the display:
````c++
#define TFT_ROTATE 3 // 180 degress
#define TFT_ROTATE 3 // 270 degrees
````
##### Note: If INITR_BLACKTAB dsp have a noisy line on one side of the screen, then in Adafruit_ST7735.cpp:
````c++