PPR1 WIP - hacky code to make LCD talk on I2C. Works!

This commit is contained in:
Kevin Hester
2020-10-23 17:10:48 +08:00
parent c078c08c3e
commit a102e49fdb
3 changed files with 4 additions and 2 deletions

View File

@@ -250,6 +250,9 @@ void setup()
// FIXME - move this someplace better
pinMode(PIN_LCD_RESET, OUTPUT);
digitalWrite(PIN_LCD_RESET, 0);
delay(20);
digitalWrite(PIN_LCD_RESET, 1);
delay(20);
#endif
scanI2Cdevice();