NeoCat / ESP32-P3RGB64x32MatrixPanel

ESP32 Arduino library for the P3 64x32 RGB matrix panels
MIT License
137 stars 30 forks source link

How to rotate #32

Open DonArkon opened 1 year ago

DonArkon commented 1 year ago

Hi, I want to use the Matrix in "portrait-mode". But with using matrix.setRotation() with 1 or 3 ,it only cuts down the width in half without rotating the content. matrix.setRotation(2) will be back to default while it should flip the content upside-down.