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