diff --git a/CO2_Gadget_OLED.h b/CO2_Gadget_OLED.h index c998ff10..2e50ced4 100644 --- a/CO2_Gadget_OLED.h +++ b/CO2_Gadget_OLED.h @@ -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();