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
The drivers in micropython-lib were moved - you have found the correct version. Thanks for the report: I have corrected the links.
I think your code must be importing an invalid version as the error message does not make sense: the official version is derived from FrameBuffer as a glance at the code will confirm. Please ensure that the only copy of ssd1306.py on your device is from here.
Hi,
Beginner here, trying to get your micropython-micro-gui running on a raspberry pi pico + SSD1306 I2C display.
I grabbed micropython 1.20.0 for my pico - but it wouldn't "import ssd1306" (I thought it came with that - may it did some versions ago).
Your link to "Official SSD1306 driver" on this page https://github.com/peterhinch/micropython-font-to-py/blob/master/writer/DRIVERS.md
gives a "404 - page not found"
i tried combining new and older stuff - but the mini gui simple demo kept complaining that my ssd did't have "rgb".
Hope you'll look into it, in case micropython moved something around.
The text was updated successfully, but these errors were encountered: