Adafruit_SSD1306
Adafruit_SSD1306 copied to clipboard
Library incompatible with Teensy 4.0 and 2.42 inch Oled
I am sorry if this is not the right palce to post this. When using the adafruit_SSD1306 library with a 2.42 inch display and a Teensy 4.0, the display is filled with random noise. (See attached image.) Only the top part of the oled is working as it should. The clearDisplay() function clears all other objects from the screen (From the top part that is functioning), but the random noise remain.
I found another library that works ok (so the wiring of the display is not a problem), but is much harder to use and I already have the code from the Arduino that I want to use with the Teensy 4.0.
Here is a link from Alliexpress for the Oled, and here is one from the company that makes them, I think. I am not sure if this is the correct datasheet for it.
Is there a way to make the oled/library behave normally with the Teensy 4.0? Thank you very much.