-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Problems with 96x16 OLED display #1482
Comments
I can confirm that there is a problem. The initialization code from above doesn't work for me (also the OOTB solution doesn't work) But, now when nanoFramework got graphics drivers, maybe it's time to mark this one as "obsolete" and stick only with one implementation? @josesimoes Any thoughts on this? |
Maybe we should "collect" the various version of the init code that are being used out there. |
Each register has flags. So, it's "just" about looking at the documentation to understand which flags are used. Also, some copies may have added extra flags or bugs and require to set some flags that are ignored on genuine versions. I would not bother too much about all this. |
@1kvin is this still an issue, or was it solved with the above comments? |
still works poorly on 96x16 and good on 128x64 |
Target name(s)
ESP32_C3_REV3
Firmware version
ESP32_C3_REV3-1.9.1.75
Was working before? On which version?
No response
Device capabilities
No response
Description
I'm seeing problems with the display. The standard example does not work, I decided to try to figure out the problem and used a modified initialization from here.
Here is the solution that works for me:
Maybe it's a copy paste victim
How to reproduce
No response
Expected behaviour
No response
Screenshots
No response
Aditional information
No response
The text was updated successfully, but these errors were encountered: