12.1.22
- owenmichael12333
- Dec 1, 2022
- 1 min read
This week I started working on my new OLED screen project. I originally was using an Arduino to power the OLED, but, because it doesn't have Wi-Fi built into it, I have switched over to a Raspberry Pi Pico. While I assumed this would make the project easier, so far it has not. I originally had an import error when trying to import 'SSD1306_I2C'. This eventually went away when I uninstalled everything and tried again, but then I received an error that read "OSError: [Errno 5] EIO." This error had me stumped for a number of days since I couldn't find anything online that could help me. Eventually, I was able to fix it as I found that it was an issue with the address of the I2C in the ssd1306.py file.




Comments