mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 14:55:46 +00:00
increase delay slightly
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user