-
Notifications
You must be signed in to change notification settings - Fork 644
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
My display has gone blank since upgrading to 4.6.0 #410
Comments
The list of changes is in the release notes at https://github.com/ThingPulse/esp8266-oled-ssd1306/releases/tag/4.6.0. Curious to find out what the issue is in your case. |
Thank you for your direction to the release notes. Unfortunately, my skill is not strong enough to solve this, however I did notice that in the new release that the _frequency variable in line 75 of SSD1306Wire.h has been replaced by frequency, ie. without the leading underscore. For the time being I'm happy to use the previous version. |
Please see if 4.6.1 fixes your issues. If not, please provide a reproducer (MRE). |
Thank you for your message. I am pleased to advise that 4.6.1 works perfectly now. 😊.
I appreciate your rapid attention to solving this, Marcel.
Kind regards,
Ralph
From: Marcel Stör ***@***.***>
Sent: Saturday, May 25, 2024 8:55 PM
To: ThingPulse/esp8266-oled-ssd1306 ***@***.***>
Cc: Ralph Parkhurst ***@***.***>; Author ***@***.***>
Subject: Re: [ThingPulse/esp8266-oled-ssd1306] My display has gone blank since upgrading to 4.6.0 (Issue #410)
Please see if 4.6.1 fixes your issues. If not, please provide a reproducer (MRE <https://stackoverflow.com/help/minimal-reproducible-example> ).
—
Reply to this email directly, view it on GitHub <#410 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A44JP3BRQYUX2O43GBSMVYDZEBUWXAVCNFSM6AAAAABIIP5DJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZRGIYTCMJUGI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/A44JP3F6PJYZZXX3SJMBLSLZEBUWXA5CNFSM6AAAAABIIP5DJCWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT7A6ZYM.gif> Message ID: ***@***.*** ***@***.***> >
|
My SSD1306 just stopped working (blank screen) during the development of a project after my IDE installed the 4.6.0 update. I rolled backed to 4.5.0 and it's working again, but where can I find a list of changes so I can determine what I did wrong and how I can get my display working again with 4.6.0
My environment is ESP32S3 with I2C interface to a 128x64 display.
The text was updated successfully, but these errors were encountered: