Skip to content

Commit

Permalink
CO2 Gadget Beta v0.12.050. Add e-Ink display support
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Apr 26, 2024
1 parent def424c commit 92a1540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CO2_Gadget_OLED.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bool displayNotification(String notificationText, String notificationText2, noti
return true;
}

void initDisplay() {
void initDisplay(bool fastMode = false) { // fastMode not used in OLED display. Just for compatibility with TFT and other displays.
Serial.printf("-->[OLED] Initialized: \t#%s#\n",
((u8g2.begin()) ? "OK" : "Failed"));
u8g2.firstPage();
Expand Down

0 comments on commit 92a1540

Please sign in to comment.