Thank you a lot, I think you are right! In their manual, they refer to using SH1106 for Arduino:
U8G2_SH1106_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/
U8X8_PIN_NONE);
I will get one with an ssd1306 driver!
Sorry for bothering you if this was really the problem.
mbobinger:
Sorry for bothering you if this was really the problem.
Actually, you might have made a valuable contribution!!
When I first saw this post, I assumed it was nonsense and you simply need to advance a little further along the road to Damascus. However, I had some grief with graphics on my OLED. I never pursued this as I wasn't interested in graphics and got what I wanted with Adafruit's ascii library, and that was a better way to go about it anyway. It never occurred to me that my OLED might have some oddball controller.
Nick_Pyner:
Actually, you might have made a valuable contribution!!
When I first saw this post, I assumed it was nonsense and you simply need to advance a little further along the road to Damascus. However, I had some grief with graphics on my OLED. I never pursued this as I wasn't interested in graphics and got what I wanted with Adafruit's ascii library, and that was a better way to go about it anyway. It never occurred to me that my OLED might have some oddball controller.
First I thought like ok, let's port the project to u8g2 library but after 1-2hours I've lost the joy in porting the relatively extensive list of functions so my lazy workaround is just purchasing an oled with ssd1306 driver.