increase delay slightly
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user