Use with rotary encoder? (just UP DOWN and ENTER) #137
-
Is it possible to use this library with a rotary encoder, essentially only having the navigation options of UP DOWN and ENTER? In the examples I'm playing with it seems like you need to also have a LEFT RIGHT and BACK option. |
Beta Was this translation helpful? Give feedback.
Answered by
Amha-Endrayes
Nov 13, 2023
Replies: 2 comments
-
Yes.
I hope this helps. PS: Thank You @forntoh for the amazing Menu Library! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
forntoh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes.
This is what I did to get mine setup.
I used this encoder library called SimpleRotary and changed the following in the menu navigation code:
(the example below is based on the callbacks example included in the library)