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

Add 2nd HW I2C support #292

Closed benoitm974 closed 4 years ago

benoitm974 commented 4 years ago

As I needed to use the second I2C channel on ESP32 I propose a change to SSD1306Wire file.

marcelstoer commented 4 years ago

Please add a note about this feature to the README e.g. at https://github.com/ThingPulse/esp8266-oled-ssd1306#i2c-with-wireh.

benoitm974 commented 4 years ago

Upated README.md

thijstriemstra commented 4 years ago

@benoitm974 can you also add this for SH1106?

benoitm974 commented 4 years ago

@benoitm974 can you also add this for SH1106?

ok it's done for SH1106

thijstriemstra commented 4 years ago

awesome, thanks, works great.

marcelstoer commented 4 years ago

Benoit, thanks for writing such clear in-code documentation.