From f0f258db5835f94eee856f92c3dee38c9880023f Mon Sep 17 00:00:00 2001 From: Chrome Legion Date: Tue, 27 Nov 2018 20:10:54 -0700 Subject: [PATCH] Qrome - commented out the SH1106 driver --- printermonitor/Settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printermonitor/Settings.h b/printermonitor/Settings.h index ba21a5d..4f510fe 100644 --- a/printermonitor/Settings.h +++ b/printermonitor/Settings.h @@ -84,7 +84,7 @@ const int I2C_DISPLAY_ADDRESS = 0x3c; // I2C Address of your Display (usually 0x const int SDA_PIN = D2; const int SCL_PIN = D5; boolean INVERT_DISPLAY = false; // true = pins at top | false = pins at the bottom -#define DISPLAY_SH1106 // Uncomment this line to use the SH1106 display -- SSD1306 is used by default and is most common +//#define DISPLAY_SH1106 // Uncomment this line to use the SH1106 display -- SSD1306 is used by default and is most common // LED Settings const int externalLight = LED_BUILTIN; // Set to unused pin, like D1, to disable use of built-in LED (LED_BUILTIN) @@ -95,4 +95,4 @@ String OTA_Password = ""; // Set an OTA password here -- leave blank if you // End Settings //****************************** -String themeColor = "light-green"; // this can be changed later in the web interface. +String themeColor = "light-green"; // this can be changed later in the web interface.