SSD 1315 with SSD 1306 library?

Just a quick check, will the SSD 1306 library work with an OLED labeled SSD 1315? I believe it will, but before I head into class (and I'm in another class right now, so I can't check this out), I'd like a second opinion.

I believe the libraries derived from the Adafruit SSD1306 library should work but have not tested it. Others probably will work as well, but I only looked into the Adafruit one that I use Adafruit_SSD1306_RK. I ordered some to test to be sure.

OK, thanks. I've got both, so I'll give my favorite students SSD1306's and when I run out, SSD1315's for the rest ... I hope they don't read the community forum ... :grinning:

1 Like

I tested the SSD1315 (128x64) connected by I2C and it works fine with Adafruit_SSD1306_RK (version 1.3.3). The display that I had used address 0x3C instead of 0x3D so make sure you select the right address. Tested on a Photon 2 with Device OS 5.8.0.

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