SSD1306 in a Bigger Physical Size

Hi

Do you have a display like the PiicoDev OLED Display Module (128x64) SSD1306 which has bigger physical size a little bit small for a project I have in mind Also has to have Library for micropython

1 Like

Hi Jeff,

Welcome to the forum :slight_smile:

We’ve got quite a few displays that use the same SSD1306 driver but they are all approximately the same physicaly size.
If you wanted something just a bit larger this greyscale display uses the SSD1327 driver and comes with Adafruit’s Circuitpython libraries.

If you weren’t keen on the circuitpython libraries it looks like regular micropython libraries are also available for the SSD1327 driver which should also work fine.

2 Likes