Fix missing Wire.h for Rev1

This commit is contained in:
Kyle Gabriel
2019-08-25 20:44:56 -04:00
parent 359183da20
commit 27dc8c2cd0
3 changed files with 18 additions and 16 deletions

View File

@ -93,7 +93,7 @@ void screen_update() {
void screen_setup() {
// Display instance
display = new SSD1306Wire(OLED_ADDRESS, OLED_SDA, OLED_SCL);
display = new SSD1306Wire(OLED_ADDRESS, I2C_SDA, I2C_SCL);
display->init();
display->flipScreenVertically();
display->setFont(Custom_ArialMT_Plain_10);