From 92a15402751a72e890f8d744d9cacc0bc108e787 Mon Sep 17 00:00:00 2001 From: Mario Mariete <11509521+melkati@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:32:23 +0200 Subject: [PATCH] CO2 Gadget Beta v0.12.050. Add e-Ink display support --- CO2_Gadget_OLED.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();