0.4.260
This commit is contained in:
@@ -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++
|
||||||
|
|||||||
@@ -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 ***
|
||||||
|
|||||||
Reference in New Issue
Block a user