Replies: 2 comments
-
|
Try virtualDisp->setRotation(1). setRotation() accepts values from 0 to 3. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @MicroframeDev1 That worked! Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'm new to C++ and any help would be greatly appreciated. This might seem like a simple issue to most. I can't figure out how to set rotation from main.cpp. I can modify
_rotate(0)inESP32-HUB75-VirtualMatrixPanel_T.hppto get the desired results. I'd rather set the rotation in main.cpp. How do I do that?I think the issue I have is a lack of understanding of variable scope. Thanks in advanced for any assistance.
Beta Was this translation helpful? Give feedback.
All reactions