1.54 OLED SPI is glitching

Hello,

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.

EDIT:
I have now tried different display interfaces again and now I get this image instead of the other one.

Thank you for your help

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.

Have you tried any of the SSD1309 constructors for U8g2?

Hi, @van_der_decken

Did you Google:

ssd1309 library arduino

Tom.. :grinning: :+1: :coffee: :australia:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.