-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EDIT via rotary encoder #414
Comments
I think I found problem source. There is encoder CW move event definition in rotaryEventIn.h file:
I am only amateur c++ coder so my solution is to change CW definition in rotaryEventIn.h to: Please update library in proper and elegant way. |
fix for issue neu-rah#414
Fix for issue #414 (update rotaryEventIn.h)
(bump version after fix) for issue #414
thank you |
Based on your examples I prepared MENU controlled by rotary encoder. It works well (FIELDs timeOn and timeOff are fully controlled) except EDIT field. Trying edit buf1 string value by encoder only down change is possible. Encoder counter is displayed and both move directions are properly detected (up and down). It is also possible edit this string by serial input so menu system seems be correct. Could you advice is it my fault or some library issue?
I have also tested it with SSD1306 display and other encoder/button library with the same result.
Platform ESP32, project enclosed
Menu.zip
The text was updated successfully, but these errors were encountered: