some fixes
This commit is contained in:
BIN
dist/enirodashboard.ino.bin
vendored
BIN
dist/enirodashboard.ino.bin
vendored
Binary file not shown.
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user