olikraus / u8glib

Arduino Monochrom Graphics Library for LCDs and OLEDs
https://github.com/olikraus/u8glib/wiki
Other
1.25k stars 314 forks source link

1.3" OLED working with u8g but not with u8g2 #490

Closed Chade closed 5 years ago

Chade commented 5 years ago

Hi,

I tested a 1.3" I2C OLED Display (https://www.az-delivery.de/products/1-3zoll-i2c-oled-display) with the u8glib successfully (using U8GLIB_SH1106_128x64 constructor). Now I wanted to switch to u8g2, but using this constructor U8G2_SH1106_128X64_NONAME_1_HW_I2C, it is not working (Display remaining black). I tried my own code and also the provided examples from u8glib and u8g2 with the same result. Arduino (Mini Pro) and wiring remaining the same.

Best regards,

Stefan

Chade commented 5 years ago

Uups, this is not an issue for u8glib, but for u8g2. Moved it there, closing this issue here.