We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d680852 commit 3719c09Copy full SHA for 3719c09
src/helpers/ui/ST7789Display.cpp
@@ -40,7 +40,7 @@ void ST7789Display::turnOn() {
40
// Re-initialize the display
41
display.init();
42
display.displayOn();
43
- delay(10);
+ delay(20);
44
45
// Now turn on the backlight
46
digitalWrite(PIN_TFT_LEDA_CTL, LOW);
0 commit comments