Skip to content

Possible Rotation #63

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

Closed
makermelissa opened this issue Feb 22, 2021 · 3 comments · Fixed by #67
Closed

Possible Rotation #63

makermelissa opened this issue Feb 22, 2021 · 3 comments · Fixed by #67
Labels
enhancement New feature or request

Comments

@makermelissa
Copy link
Collaborator

So it looks like framebufferio has a rotation property (https://circuitpython.readthedocs.io/en/latest/shared-bindings/rgbmatrix/index.html) that we have not been taking advantage of. I think it might be possible to add rotation to this library by making use of that.

@makermelissa makermelissa added the enhancement New feature or request label Feb 22, 2021
@kmatch98
Copy link

kmatch98 commented Feb 22, 2021

here’s the link from the MatrixPortal down to FrameBufferIO:

self.display = framebufferio.FramebufferDisplay(matrix)

and I see that there is a rotation getter/setter for the FrameBufferDisplay:
https://circuitpython.readthedocs.io/en/latest/shared-bindings/framebufferio/index.html#framebufferio.FramebufferDisplay.rotation

@makermelissa
Copy link
Collaborator Author

Oh yeah, it looks like I pasted the wrong link. That's the one I meant to paste. :)

@kmatch98
Copy link

From the CircuitPython call today, I just learned that TileGrid has options for transposing to her rotation, maybe that is an easier solution for text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants