This seems a simple question, but I’m not able to solve the issue.
It is possible to rotate the controlP5 controllers? I need it exactly 90º CCW. But I’m unable to find the solution.
Possible options:
- Use a rotate native controlP5 properties: it seems it does not exist.
- Rotating the camera. By rotating the camera the target is lost and the selection of the different textfieds is not possible.
- Paint the controlP5 inside a Pgraphics, canvas, or similar and rotate it, but I can not figure out how.
- Rotate the final window?
I’m programming an interface that should to be rotated 90º because the final display will be rotated as well. The same display has to play some content that is already created with that purpose, so I can not rotate the output through the graphic card.
Any help, will be more than welcomed