RGBMatrixPanel library - rotating text

Is there an easy way to rotate text 90 degrees using the RGBMatrixPanel library?

something like Matrix.Rotate(90) ?

I have to run my panels vertically, so I need to rotate my text.

Thanks for the help!

Nevermind, got it!!

I used the following:

matrix.setRotation(3);

2 Likes

Thank you for putting your solution!