Skip to content

Commit 3719c09

Browse files
committed
increase delay slightly
1 parent d680852 commit 3719c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/ui/ST7789Display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void ST7789Display::turnOn() {
4040
// Re-initialize the display
4141
display.init();
4242
display.displayOn();
43-
delay(10);
43+
delay(20);
4444

4545
// Now turn on the backlight
4646
digitalWrite(PIN_TFT_LEDA_CTL, LOW);

0 commit comments

Comments
 (0)