Unfortunately I can't get this OLED display to work. Display - Datasheet
I tried with the Adafruit SDD1306 library and the example.
I tried the Adafruit SH1106 and even the U8G2.
Unfortunately my display keeps glitching and I can't get any of the examples to work.
Maybe one of you has an idea what I'm doing wrong or even uses this display yourself.
According to the website associated with that datasheet, that display uses an SSD1309 driver. While it claims that it's compatible with the SSD1306, the Adafruit library may take some liberties "knowing" that it's talking to the 1306. A perusal of the SSD1309 commands and/or memory layout and where (if) they differ from the SSD1306 might be fruitful.