Replies: 1 comment 1 reply
-
Apologies for the slow response, I would suggest that you first try using the IoAbstraction rotary encoder example sketch first - IE test in isolation, and see if that has the same results. It is always easiest to distill down the smallest sketch possible to track down issues. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create my first project with an ESP32-C3 and Arduino IDE. I am using a DFRobot Beetle ESP32 - C3.
Creating and displaying a menu with TcMenuDesigner works so far. Thanks a lot for the great tool!
For navigation I use an EC11 rotary encoder. It works, but pretty slow. I get maximum of 2 inputs per second, no matter how fast I turn the encoder. Screen updates per seconds is set to 20.
I have the same issue when I use the "buttonRotaryEncoder" example. The LED turns on and off max. 2 times per second.
I could solve it when setting accelerationMode = HWACCEL_NONE. Then it works significantly faster.
However, I did not find a way to do this in my sketch. It might be a stupid question, but how can I change the accelerationMode without defining a new rotary encoder? Needless to say, that I am a beginner and using tcMenu as a way to get insights into a more complex project.
Beta Was this translation helpful? Give feedback.
All reactions