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

Two displays support for sh1106 displays #290

Closed dragonsmith closed 4 years ago

dragonsmith commented 4 years ago

Hey! I've noticed, that two displays option is supported only by SD1306 displays. I use two sh1106 displats, so I've added this functionality to the sh1106 headers too(using your sd1306 headres as an example)

Maybe, this will be useful for somebody else.

Thanks.