some fixes

This commit is contained in:
Lubos Petrovic
2020-06-29 23:38:27 +02:00
parent 9dd5805d46
commit 683661c8e4
2 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@@ -83,7 +83,7 @@ bool btnMiddlePressed = true;
bool btnRightPressed = true; bool btnRightPressed = true;
// Commands loop // Commands loop
#define commandQueueCount 26 #define commandQueueCount 25
#define commandQueueLoopFrom 7 #define commandQueueLoopFrom 7
String responseRow; String responseRow;
String responseRowMerged; String responseRowMerged;
@@ -1853,8 +1853,7 @@ void setup(void) {
Serial.println("Init TFT display"); Serial.println("Init TFT display");
tft.begin(); tft.begin();
// ONLY TTGO TM // tft.invertDisplay(false); // ONLY TTGO-TM
tft.invertDisplay(false);
tft.setRotation(settings.displayRotation); tft.setRotation(settings.displayRotation);
tft.fillScreen(TFT_BLACK); tft.fillScreen(TFT_BLACK);
redrawScreen(true); redrawScreen(true);