RPi Pico and OLED display (SSD1331)

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
cadotif983
Posts: 6
Joined: Sat Jan 30, 2021 2:31 am

RPi Pico and OLED display (SSD1331)

Post by cadotif983 » Sat Jan 30, 2021 2:39 am

The display I have been trying to get working appears to be supported by this:

https://github.com/adafruit/micropython ... b-display/

However the .MPY files provided appear to be incompatible with the pi pico's version of micropython since the repo is archived.

I'm not sure how to rebuild it or what parameters I would need.

Could someone please point me in the right direction :D

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: RPi Pico and OLED display (SSD1331)

Post by pythoncoder » Sat Jan 30, 2021 8:54 am

The link you provided is marked "deprecated".

The nano-gui project supports the SSD1331 and has a driver for it. Specifically this display is supported.
Peter Hinch
Index to my micropython libraries.

cadotif983
Posts: 6
Joined: Sat Jan 30, 2021 2:31 am

Re: RPi Pico and OLED display (SSD1331)

Post by cadotif983 » Sat Jan 30, 2021 11:56 pm

Thank you for the reply! I just discovered that the rpi pico supports circuit python so I'll try to get it working with this lib:

https://github.com/adafruit/Adafruit_Ci ... GB_Display

danjperron
Posts: 51
Joined: Thu Dec 27, 2018 11:38 pm
Location: Québec, Canada

Re: RPi Pico and OLED display (SSD1331)

Post by danjperron » Thu Feb 11, 2021 7:32 pm


cadotif983
Posts: 6
Joined: Sat Jan 30, 2021 2:31 am

Re: RPi Pico and OLED display (SSD1331)

Post by cadotif983 » Fri Feb 12, 2021 8:18 pm

The github link you sent says "(Micro)Python class to access the MFRC522 RFID reader", how is this related? :)

danjperron
Posts: 51
Joined: Thu Dec 27, 2018 11:38 pm
Location: Québec, Canada

Re: RPi Pico and OLED display (SSD1331)

Post by danjperron » Sat Feb 13, 2021 6:41 pm

The github link you sent says "(Micro)Python class to access the MFRC522 RFID reader", how is this related? :)
Because When I tested something it is possible that I'm using more than one components.
On this github it was an example how to create a level indicator with a mpu6050 and the SSD1331 for display.

Why would I bother to create a github for each. It is still open code ! It is up to you to take what you want!

Did you ever check inside to find the ssd1331 library?

cadotif983
Posts: 6
Joined: Sat Jan 30, 2021 2:31 am

Re: RPi Pico and OLED display (SSD1331)

Post by cadotif983 » Sat Feb 13, 2021 9:35 pm

Sorry, I couldn't find any mention of the display in any of the github links in the forum discussion you linked, I'm not very experienced with this kind of thing :). Could you please link the github that would help me get the SSD1331 working on the Pico?

danjperron
Posts: 51
Joined: Thu Dec 27, 2018 11:38 pm
Location: Québec, Canada

Re: RPi Pico and OLED display (SSD1331)

Post by danjperron » Sun Feb 14, 2021 2:53 pm

https://github.com/danjperron/pico_mpu6050_ssd1331

One user had problem with my iibrary. I'm not sure but his oled is a chinese copy.

cadotif983
Posts: 6
Joined: Sat Jan 30, 2021 2:31 am

Re: RPi Pico and OLED display (SSD1331)

Post by cadotif983 » Sun Feb 14, 2021 7:03 pm

Oh.... you're danjperron.... we had this exact discussion on the rpi forums :lol:. I'm the guy with the Chinese oled

Post Reply