u8glib icon indicating copy to clipboard operation
u8glib copied to clipboard

SSD1306 I2C not working after power unplugged

Open ghost opened this issue 9 years ago • 2 comments

When I initially flash the code with the Arduino IDE the display works perfectly and as expected. However, as soon as I unplug power from the Arduino and then re-attach it the display stops working and the pin 13 LED flashes rapidly in double pulses for a few seconds then more slowly with singles pulses indefinitely. The display stays totally blank. If I reset the arduino with the onboard button or by removing power the exact same thing happens. Bizarrely, if I open the Serial monitor the display begins to function perfectly again.

Any got any ideas?

Thanks Nathan

ghost avatar May 21 '16 11:05 ghost

I have the same issue. Ever got it resolved?

jlwainwright avatar Feb 05 '18 08:02 jlwainwright

I rewrote U8glib completly. It is now U8g2 and available via the Arduino Library Manager. My suggestion is to use U8g2. It fixes a lot of issues and problems with older U8glib.

U8g2 bug tracker is here: https://github.com/olikraus/u8g2/issues

olikraus avatar Feb 05 '18 09:02 olikraus