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

Rotate_180 error #4

Open
trancio opened this issue May 27, 2019 · 1 comment
Open

Rotate_180 error #4

trancio opened this issue May 27, 2019 · 1 comment

Comments

@trancio
Copy link

trancio commented May 27, 2019

Hi,

I have a rotated max7219 display but rotate_180 = True does not work. The solution written at "Inverted display" was not good for me.

But it works for me:

offset = 8 * self.cols - row * (8 - line) * self.cols
index = (7 - line) * self.cols + col - offset
@Wind-stormger
Copy link

Good!

Can you try rotate 90 or 270 again?

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