top of page

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.











 
 
 

Recent Posts

See All
5.11.23

This week I did not get much done due to very few class periods this week. I spent the beginning of the week working on cleaning up the...

 
 
 

Comments


bottom of page