-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Completely Random Visual Artifacts & Freezing w/ SSD1322 + ATmega32U4 #1977
Comments
To add, not all examples seem to function, even in the botched state this currently is in. The end goal of my application is essentially a serial monitor, and just yesterday the Serial example was working fine... Today I am getting no display output at all. |
|
New jumpers, tested for continuity. No problems. Still no sauce either on the ESP32 or the Pro Micro. I get completely zero signs of life from the display now. Is the display dead? Would this imply that the display is still alive? |
Last picture looks actually good. |
Any pointers on why no output otherwise? I can't figure it out, for the life of me... |
Which software did you use to produce the output on the display? |
Been using page buffered GraphicsTest.ino for my troubleshooting. Serial.ino produces no output (although the uC serial indicators flash normally, so the uC is fine). |
Which constructor? |
|
Looks like I missed your response here. Did you solve your problems? What is the current status? |
I'm facing the same issue with ESP32 boards. How did you solve this problem? |
Hello,
First, thank you for the library. It is incredibly helpful.
I have purchased one of the 256x64 OLEDs using a SSD1322 driver and have it connected to a Pro Micro (32U4).
The display worked fine with this library and I have footage of it functioning just fine mere days ago. As I was polishing up my program, I tested the display again today and I am completely unable to get it to work properly.
There are two primary issues:
One, the display freezes and begins to produce a fuzzy square in some corner of the display, or simply does not display, after some time displaying images (it previously did not). I have attached footage of this phenomenon. I loaded the page buffer version of the GraphicsTest onto the uC for this.
KakaoTalk_20221006_160031754.mp4
Second, I have experienced issues with the display somehow failing to initialize & begin displaying, independent of code somehow. By simply unplugging and re-plugging the USB cable to the uC, it usually fixes itself. The length at which the display can proceed without issue seems to be completely random each time I re-power the uC.
The following is a photo of my wiring.
Is there anything I can do to fix these issues? I would really appreciate some help.
The text was updated successfully, but these errors were encountered: