Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writer on Pico W with SH1106 #57

Open
Stefan2222 opened this issue Dec 15, 2023 · 1 comment
Open

Writer on Pico W with SH1106 #57

Stefan2222 opened this issue Dec 15, 2023 · 1 comment

Comments

@Stefan2222
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants