You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by AndyB117 March 13, 2024
I use rotary encoder. And I connect pins so that when I turn rotary clockwise than navigate UP to menu tree, counter-clockwise - DOWN. But when I edit values in menu items turning clockwise decreases the value rather than increasing it!
In my opinion this is not logical. People usually associate the concepts UP and INCREASE. DOWN and DECREASE. But not vice versa.
How can I make it so that menu navigation UP and INCREASING values are achieved by turning to one side?
The text was updated successfully, but these errors were encountered:
For example, once this code is committed calling switches.getEncoder(0)->setHonourIntent(true); will make the encoder change direction to allow for situations where there is a different direction between navigating and editing.
Discussed in #457
Originally posted by AndyB117 March 13, 2024
I use rotary encoder. And I connect pins so that when I turn rotary clockwise than navigate UP to menu tree, counter-clockwise - DOWN. But when I edit values in menu items turning clockwise decreases the value rather than increasing it!
In my opinion this is not logical. People usually associate the concepts UP and INCREASE. DOWN and DECREASE. But not vice versa.
How can I make it so that menu navigation UP and INCREASING values are achieved by turning to one side?
The text was updated successfully, but these errors were encountered: