diff --git a/README.md b/README.md index 7f7cb56..c09232e 100644 --- a/README.md +++ b/README.md @@ -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++ diff --git a/yoRadio/options.h b/yoRadio/options.h index 72df2f6..1cb769c 100644 --- a/yoRadio/options.h +++ b/yoRadio/options.h @@ -61,7 +61,7 @@ /* * 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 ***