ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.99k stars 637 forks source link

wemos d1 esp8266 how to connect with ssd1306 #306

Closed borborich closed 3 years ago

borborich commented 3 years ago

I can't find how to connect ssd1306 with wemos D1 with d4 d5 not worked. Anybody can help me, give me some example (how to connect)? Thank you IMG_1012

tokra commented 3 years ago

@borborich You have to connect it to SCL and SDA, and so use => D15 = SCL, D14 = SDA

borborich commented 3 years ago

@borborich You have to connect it to SCL and SDA, and so use => D15 = SCL, D14 = SDA

thank you