drivers icon indicating copy to clipboard operation
drivers copied to clipboard

SSD1327 OLED Support

Open rsbohn opened this issue 4 years ago • 1 comments
trafficstars

I want to use the SSD1327 based 128x128 Grayscale OLED breakout over I2C.

Would I just clone the SSD1306 driver and modify it?

I have the SSD1306 working with the Adafruit Feather M4.

rsbohn avatar Sep 18 '21 11:09 rsbohn

Would I just clone the SSD1306 driver and modify it?

That certainly seems the easiest way to start. Most of the commands appear to be the same, from a quick glance.

Once you have it working, then perhaps looking to avoid repeated code?

Looking forward to your pull request! :)

deadprogram avatar Sep 18 '21 13:09 deadprogram