ssd1309 banding/ghosting issue #11863
Replies: 5 comments 2 replies
-
|
It can be a bad display. I think you have to check it separately. Do you have an Arduino? If yes, you can easily test your OLED display with that. You have to use SSD1306.h library. If the problem persists, you can be quite sure that the display has some problems in it. You can also check if there is a loose connection somewhere in your circcuit. Here is a good project on Raspberry Pi Pico and SSD1306: https://www.pcbway.com/project/shareproject/Raspberry_Pico_with_Ultrasonic_Sensor_and_SSD1306.html The code is written in micropython. You can try this to cross-check your display. |
Beta Was this translation helpful? Give feedback.
-
|
I am using the micropython ssd1306 driver already. I just swapped the display by using a brand new one in the ribbon cable. Still using the same display board because I had to jump 4 pads to get on I2C. No change. |
Beta Was this translation helpful? Give feedback.
-
|
There is no change 3v3 vs 5v. There is a significant change setting the external_vcc True. Bands are much worse enabling this setting. |
Beta Was this translation helpful? Give feedback.
-
|
Last test... is it wired thru i2c or spi ? Try to change the interface and to lower the bus speed. But unfortunately it seems a broken display. |
Beta Was this translation helpful? Give feedback.
-
|
Ugh I changed VCOM_DESELECT_LEVEL from 0x30 to 0x40 and removed IREF_SELECT 0x30 and now it appears to be working great so far... Edit: no idea whats going on, was working now its back to not working... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was hoping someone could shed some light on this issue, not sure if its a bad display or driver. I am using the micropython ssd1306 for a ssd1309 display... The banding gets worse depending on what is showing and seems particularly bad with text. It also seems somewhat unrepeatable if you look at some of the line tests. See pic, thanks!
https://www.amazon.com/dp/B09LND6QJ1
Beta Was this translation helpful? Give feedback.
All reactions