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

Error with SH1106 #303

Closed Cyb3rn0id closed 3 years ago

Cyb3rn0id commented 3 years ago

In the demos there is written:

// SH1106 display(0x3c, SDA, SCL); // ADDRESS, SDA, SCL

must be

// SH1106Wire display(0x3c, SDA, SCL); // ADDRESS, SDA, SCL

marcelstoer commented 3 years ago

We accept and appreciate PRs with fixes. Could you help us out here?

Rotzbua commented 3 years ago

@marcelstoer Same as #338, fixed with #340