Skip to content

Commit

Permalink
restore SSD1306 as default display, most likely unintentionally chang…
Browse files Browse the repository at this point in the history
…ed in commit 04ed5ae
  • Loading branch information
vergoh committed Nov 27, 2018
1 parent 1720d10 commit 5fbde9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions printermonitor/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ 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
//******************************
// 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.

0 comments on commit 5fbde9b

Please sign in to comment.