-
Notifications
You must be signed in to change notification settings - Fork 70
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
Horizontal/vertical flip #47
Comments
Seems like this could be implemented very cheaply by letting the display chip do it: the A0h/A1h "segment re-map" commands seem to do exactly this. |
Most likely! The rotation options use segment remap with another option to make the display do the rotation itself. Implementing display flip should be pretty simple using one option or the other for horizontal/vertical flip. |
Just to clarify, the rotation behaviour is only broken in |
|
On top of rotations a display mirror/flip should also be settable. I propose adding a
DisplayFlip
trait that allows opt-in flipping both horizontally and vertically.The text was updated successfully, but these errors were encountered: