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 Writer works great on a Pico with an OLED 128x64 and an SH1106 driver.
It refuse to work on a Pico W. Tried MicroPython v1.21.0, v1.20.0 and v1.19.1
No matter what firmware I use it gives me these messages:
File "writer.py", line 49, in set_textpos
File "writer.py", line 39, in _get_id
ValueError: Device must be derived from FrameBuffer.
The text was updated successfully, but these errors were encountered:
The Writer works great on a Pico with an OLED 128x64 and an SH1106 driver.
It refuse to work on a Pico W. Tried MicroPython v1.21.0, v1.20.0 and v1.19.1
No matter what firmware I use it gives me these messages:
File "writer.py", line 49, in set_textpos
File "writer.py", line 39, in _get_id
ValueError: Device must be derived from FrameBuffer.
The text was updated successfully, but these errors were encountered: