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

reverse orientation #15

Open
lain-d opened this issue Apr 12, 2018 · 1 comment
Open

reverse orientation #15

lain-d opened this issue Apr 12, 2018 · 1 comment

Comments

@lain-d
Copy link

lain-d commented Apr 12, 2018

Seems the module i bought has all the matrixes -180 degrees. I tried modifying cpp to

void LedMatrix::commit() {
for (byte col = myNumberOfDevices * 8; col > 0; col--) {
sendByte(col / 8, col % 8 + 1, cols[col]);
}
}

But that just reverse it on each screen, not the entire scroll.

Any idea how to fix it?

@joeybab3
Copy link

Probably similar solution to #7 if I was to guess, I'll have a look and see what I can do.

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