You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
As part of the PiHut Advent calendar, there is a need for the SSD1306 driver. This is available on the micropython library, but not referenced as part of the Pico-W project on VS Code
'>>> Running d11OLED.py
Traceback (most recent call last):
File "", line 6, in
ImportError: no module named 'ssd1306'
‘
This is used on Day #11 of the PiHut advent calendar
The text was updated successfully, but these errors were encountered:
HI,
As part of the PiHut Advent calendar, there is a need for the SSD1306 driver. This is available on the micropython library, but not referenced as part of the Pico-W project on VS Code
'>>> Running d11OLED.py
Traceback (most recent call last):
File "", line 6, in
ImportError: no module named 'ssd1306'
‘
This is used on Day #11 of the PiHut advent calendar
The text was updated successfully, but these errors were encountered: