increase delay slightly

Este cometimento está contido em:
JQ
2025-06-21 18:17:38 -07:00
ascendente d680852c99
cometimento 3719c0983c
+1 -1
Ver ficheiro
@@ -40,7 +40,7 @@ void ST7789Display::turnOn() {
// Re-initialize the display // Re-initialize the display
display.init(); display.init();
display.displayOn(); display.displayOn();
delay(10); delay(20);
// Now turn on the backlight // Now turn on the backlight
digitalWrite(PIN_TFT_LEDA_CTL, LOW); digitalWrite(PIN_TFT_LEDA_CTL, LOW);