-
Notifications
You must be signed in to change notification settings - Fork 43
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
Screen not working (black dots and white lines) #49
Comments
Hey. Which firmware version did you uploaded? With this screen you should use the
or if you are compiling from code, you should change line
to
Let me know if this helps. |
Yes, it looks like a compatibility issue with the OLED. This version was using a different OLED library, give it a try and let me know. |
ok, I probably found the reason: your display use the Try to use the old firmware as suggested in my previous message, it may work. If not, you probably need to switch the library. I don't know if you are familiar with development or not. I may consider to switch the library to something with wider support, but I'd like to find something with a solid installed base. |
The version you suggested (v0.17.0) seems to work perfectly fine for me. |
OK, great! I'm happy it worked. I switched to this new library to improve compatibility, but it seems in some cases the old one was better. I'll try to have a look if I can keep compatibility for both. |
Me again,
this is my first breadboard build an I never really used microcontrollers before, so please don't be harsh.
I got this screen in addition to a rasperry pi pico.
My screen looks like the following is no device is connected vs if a bad usb is connected:
I'm not exactly sure I'm on the right path, but my research showed it might be a problem with getting the right driver for "cheap" OLEDs: Link (reddit)
Any help or suggesting is very appreachiated. Thanks in advance.
The text was updated successfully, but these errors were encountered: