Skip to content

Commit ad3a109

Browse files
committed
Remove dependency on NodeMCU/WeMos boards
1 parent 6ebcd54 commit ad3a109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/SSD1306TwoScreenDemo/SSD1306TwoScreenDemo.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#include "images.h"
3535

3636
// Initialize the OLED display using Wire library
37-
SSD1306Wire display(0x3c, D3, D5);
38-
SSD1306Wire display2(0x3c, D1, D2);
37+
SSD1306Wire display(0x3c, 0, 14);
38+
SSD1306Wire display2(0x3c, 5, 4);
3939

4040
void setup() {
4141
Serial.begin(115200);

0 commit comments

Comments
 (0)