increase delay slightly

This commit is contained in:
JQ
2025-06-21 18:17:38 -07:00
parent d680852c99
commit 3719c0983c

View File

@@ -40,7 +40,7 @@ void ST7789Display::turnOn() {
// Re-initialize the display
display.init();
display.displayOn();
delay(10);
delay(20);
// Now turn on the backlight
digitalWrite(PIN_TFT_LEDA_CTL, LOW);