-
Notifications
You must be signed in to change notification settings - Fork 231
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
2.0.5 - 64x32 - lower left leds shifted #133
Comments
Is this one panel or a chain of panels? I can't tell. Are you using the virtual display class. If so, post the sketch code. Finally, can you reverse what I did in #130 to see if this is a clockphase problem that I've introduced. |
Single panel. I changed the clockphase to false and the line is drawn correctly. |
Good to know it's fixed. There are too many permutations of these panels now... can't seem to fix an issue without breaking another. Can you tell me what the chipset your panels are? |
Looks like we might need some kind of "config templates" or maybe a WiKi table with confirmed settings |
We could, but that's another thing we'd have to keep up to date constantly. I'd prefer users of the library to experiment a bit and take some initiative - what I will do is raise an issue of 'common issue' and pin it to the top - give people guidance. |
With 2.0.5 on my 64x32 leds appear to be shifted in the lower left quarter of the panel. e.g.
display.writeFastVLine(17, 0, display.height(), display.color565(0, 0, 255));
results in a broken vertical line in the lower potion of my 64x32 panel.
2.0.3 works correctly with no broken line (shifted leds)
The text was updated successfully, but these errors were encountered: