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

2.0.5 - 64x32 - lower left leds shifted #133

Closed
Daedelos opened this issue Jun 12, 2021 · 6 comments
Closed

2.0.5 - 64x32 - lower left leds shifted #133

Daedelos opened this issue Jun 12, 2021 · 6 comments

Comments

@Daedelos
Copy link

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)

IMG_20210612_104747

IMG_20210611_231800

@mrcodetastic
Copy link
Owner

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.

@Daedelos
Copy link
Author

Single panel.
Not using the virtual display class.

I changed the clockphase to false and the line is drawn correctly.

@mrcodetastic
Copy link
Owner

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?

@Daedelos
Copy link
Author

ICN2028AP / ICN2012

IMG_20210612_125701

@vortigont
Copy link
Collaborator

There are too many permutations of these panels now... can't seem to fix an issue without breaking another.

Looks like we might need some kind of "config templates" or maybe a WiKi table with confirmed settings

@mrcodetastic
Copy link
Owner

mrcodetastic commented Jun 12, 2021

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.

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

3 participants