Skip to content
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

Shimmering on a 64x64 display with ESP8266 #358

Open
nygma2004 opened this issue Feb 7, 2025 · 0 comments
Open

Shimmering on a 64x64 display with ESP8266 #358

nygma2004 opened this issue Feb 7, 2025 · 0 comments

Comments

@nygma2004
Copy link

nygma2004 commented Feb 7, 2025

I have a few project with this library, but this is the first time I am driving an 64x64 display. I am using an ESP8266.
When I display a full image (nothing moves, just a static image), sometimes I see some shimmering on the display, or occasional flicker.

Any tips on how to make the display stable? Could this be the limit of the 8266?
There is HTTP server implementation in the sketch as well, also MQTT handling, so those could be the reason as well.

I store the image in memory and use a single display.drawRGBBitmap(0, 0, forest, 64,64); command to display it.

I tested it with a bench power supply and the current stops at 1A. ESP is clocked to 160 MHz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant