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

Slight tearing on 64x64 screen #179

Open
shewitson-spt93 opened this issue Dec 7, 2023 · 1 comment
Open

Slight tearing on 64x64 screen #179

shewitson-spt93 opened this issue Dec 7, 2023 · 1 comment

Comments

@shewitson-spt93
Copy link

I've got a matrix of 640x64 and SM_PANELTYPE_HUB75_64ROW_MODSCAN32.

I'm using drawPixel to draw to every pixel in the backgroundLayer, then call swapBuffers.
It looks as thouigh swapBuffers only waits until a bank of 32 rows is complete before updating (rather than the full 64 rows).

This means that if I've got a moving edge then I can see the bottom half updating before the top half

image

@embedded-creations
Copy link
Contributor

Unfortunately that's a natural part of how HUB75 panels work. You could try rotating the panel to reduce the effect, but there's not much that can be done besides keeping the refresh rate high:

https://www.sparkfun.com/news/2650

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

2 participants