1306 Library removed from drivers/displays but not in lib nightly build #10388
Unanswered
JeremyLaurenson
asked this question in
RP2040 / Pico
Replies: 1 comment 2 replies
-
You have to copy the file ssd1306.py to the board for being able to import it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the notes the SSD1306 source which used to be in drivers/displays was removed from there as it was moved into linb.
On an RP2 Im not able to import it as per the example:
from ssd1306 import SSD1306_I2C
MPY: soft reboot
Traceback (most recent call last):
File "boot.py", line 4, in
ImportError: no module named 'ssd1306'
MicroPython v1.19.1-782-g699477d12 on 2022-12-20; Raspberry Pi Pico with RP2040
Beta Was this translation helpful? Give feedback.
All reactions