U8glib and SSD1306 I2C

olikraus:
I made a note that for you the adafruit2_init_seq works. Maybe i should change the default in U8glib to this sequence.

The ".print" in U8glib is identical. It is the same code as used for the serial interface. However, the fact that U8glib needs the draw command inside a "picture loop" usually requires some redesign.

Oliver

#define u8g_dev_ssd1306_128x64_init_seq u8g_dev_ssd1306_128x64_adafruit2_init_seq

Worked for me too... However, the default setting in u8g_dev_ssd1306_128x64.c was adafruit3_init_seq :confused:

Thanks for the great library!!!