I'm just getting started with Thonny on the RP2040 after using Python for years.
I'm working with an SSD1306 OLED display and I find that when I import ssd1306, I get
Traceback (most recent call last):
File "<stdin>", line 4, in <module>
File "ssd1306.py", line 2
IndentationError: unexpected indent
This is not my file so I need to find it to troubleshoot the problem. I searched the Lib and libs folder in the installation directory but did not find them or the problem.
Where should I look?