esp8266-oled-sh1106 icon indicating copy to clipboard operation
esp8266-oled-sh1106 copied to clipboard

esp8266 changes need to be pulled in

Open tablatronix opened this issue 8 years ago • 5 comments

I had to make major changes to some stuff to get esp8266 to work. mostly

#ifndef SAM3X8E problems had to be removed or new blocks added for esp8266

Bring in updates to sd1306 lib to fix.

tablatronix avatar Feb 22 '17 20:02 tablatronix

Do you have some more details for me? I think I don't fully understand the issue :)

rene-mt avatar Feb 23 '17 06:02 rene-mt

I can't get this to work for I2C. I changed the pin definitions: #define OLED_SDA D2 // Wemos D1 mini SDA pin #define OLED_SDC D1 // Wemos D1 mini SCL pin The demo displays partial information in the bottom 10% of the display. There is just fixed garbage in the top 90%. Any suggestions?

TonyVera avatar Jul 18 '17 15:07 TonyVera

Just tested with NODE-MCU ESP 8266 and display SD1106 1.3" using I2C definitions: SH1106 display(0x3c, D3, D4); SH1106Ui ui ( &display ); ..resutls: same issue of "TonyVera". Could you help us ? Thanks , Alex

axfatec avatar May 22 '18 08:05 axfatec

I will try to fork and push my changes

tablatronix avatar May 22 '18 11:05 tablatronix

Hello. Just to inform you that using: https://github.com/ThingPulse/esp8266-oled-ssd1306 last version 4.0 that includes the definitions for SH1106 too.

the display works correctly. Pheraps it can help you. regards Alex

axfatec avatar May 22 '18 12:05 axfatec