mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
increase delay slightly
This commit is contained in:
parent
d680852c99
commit
3719c0983c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue