I have for muliple days now attempted to install ssd1306 on thonny/ micropython esp32 without any luck. I followed several youtube clips but nothing seems to work. If someone would please tell me where to get it and how to install it I would very much appreciate it. Thanks
Hi.
Are you following any of our projects in particular?
What exactly is not working?
1. Create a new file in Thonny IDE and copy the library code. The OLED library code can be found here.
2. Go to File > Save as and select your board.
3. Name the file ssd1306.py and click OK to save the file on the board.
And that’s it. The library was uploaded to your board. Now, you can use the library functionalities in your code by importing the library.
Regards,
Sara