mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 03:00:56 +00:00
PPR1 WIP - hacky code to make LCD talk on I2C. Works!
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user