Hi all,
I 'm trying to get my Pi Pico with a Waveshare 2.23 ( https://www.waveshare.com/wiki/Pico-OLE ... nvironment ) to display some text. I have used multiple ssd1306 including the one provided with the demo code provided and it keep coming up with multiple error like the one below. I am a noob and I'm just trying to get started but I'm really struggling so any help would be appreciated.
Traceback (most recent call last):
File "<stdin>", line 10, in <module>
File "ssd1306.py", line 118, in __init__
File "ssd1306.py", line 37, in __init__
File "ssd1306.py", line 74, in init_display
File "ssd1306.py", line 123, in write_cmd
OSError: 5
Many thanks
Trouble with my first pi pico...
- pythoncoder
- Posts: 5956
- Joined: Fri Jul 18, 2014 8:01 am
- Location: UK
- Contact:
Re: Trouble with my first pi pico...
The OLED in your link uses an SSD1305 yet your code is using an SSD1306 controller. This may have something to do with the error.
Peter Hinch
Index to my micropython libraries.
Index to my micropython libraries.