From 5fbde9b0657e03cfa22ba0336c8d029a8eaba3b0 Mon Sep 17 00:00:00 2001 From: Teemu Toivola Date: Tue, 27 Nov 2018 21:13:07 +0200 Subject: [PATCH] restore SSD1306 as default display, most likely unintentionally changed in commit 04ed5ae77dc0d0fecfd6e71887713f089e0ec9ed --- printermonitor/Settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printermonitor/Settings.h b/printermonitor/Settings.h index 3b5d478..1ec0109 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 boolean ENABLE_OTA = true; // this will allow you to load firmware to the device over WiFi (see OTA for ESP8266) String OTA_Password = ""; // Set an OTA password here -- leave blank if you don't want to be prompted for password @@ -92,4 +92,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.