We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8a922 commit cae4576Copy full SHA for cae4576
src/config.h
@@ -116,7 +116,7 @@
116
117
//Pins where the screen is connected
118
#ifdef ESP_OLED_FEATURE
119
-#define OLED_DISPLAY_SH1106 // OLED Display Type: SSD1306(OLED_DISPLAY_SSD1306) / SH1106(OLED_DISPLAY_SH1106), comment this line out to disable oled
+#define OLED_DISPLAY_SSD1306 // OLED Display Type: SSD1306(OLED_DISPLAY_SSD1306) / SH1106(OLED_DISPLAY_SH1106), comment this line out to disable oled
120
#define OLED_PIN_SDA 4 //5 //SDA; // i2c SDA Pin
121
#define OLED_PIN_SCL 15 //4 //SCL; // i2c SCL Pin
122
#define OLED_ADDR 0x3c
0 commit comments