PPR1 fix screen mirroring on LCD

This commit is contained in:
Kevin Hester
2020-10-24 08:16:15 +08:00
parent 18bbf3523e
commit 0767c8be03
7 changed files with 34 additions and 9 deletions

View File

@@ -256,9 +256,9 @@ void setup()
// FIXME - move this someplace better, LCD is at address 0x3F
pinMode(PIN_LCD_RESET, OUTPUT);
digitalWrite(PIN_LCD_RESET, 0);
delay(20);
delay(1);
digitalWrite(PIN_LCD_RESET, 1);
delay(20);
delay(1);
#endif
scanI2Cdevice();