peterhinch / micropython-font-to-py

A Python 3 utility to convert fonts to Python source capable of being frozen as bytecode
MIT License
368 stars 67 forks source link

Writer on Pico W with SH1106 #57

Open Stefan2222 opened 6 months ago

Stefan2222 commented 6 months ago

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.

peterhinch commented 6 months ago

The message indicates that you have the wrong display driver on your Pico W.