From e2e8a4a4a2954d5b09a460416bde19f64235e861 Mon Sep 17 00:00:00 2001 From: e2002 Date: Tue, 15 Feb 2022 18:50:17 +0300 Subject: [PATCH] 0.4.260 --- README.md | 2 +- yoRadio/options.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ***