We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Good!
Can you try rotate 90 or 270 again?
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: