You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: