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: Rotation of the display:
````c++ ````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: ##### Note: If INITR_BLACKTAB dsp have a noisy line on one side of the screen, then in Adafruit_ST7735.cpp:
````c++ ````c++

View File

@@ -61,7 +61,7 @@
/* /*
* Other settings. You can overwrite them in the myoptions.h file * Other settings. You can overwrite them in the myoptions.h file
*/ */
#define TFT_ROTATE 3 // display rotation. 0 - 0, 1 - 90, 2 - 180, 3 - 270 degress #define TFT_ROTATE 3 // display rotation. 0 - 0, 1 - 90, 2 - 180, 3 - 270 degrees
/* /*
*** ST7735 display submodel *** *** ST7735 display submodel ***