Replies: 2 comments 3 replies
-
Please post your full sketch, and include the full error message. The number of banks for the encoder is missing: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Amazing! It worked! Plus, it remembers the last position of each CC even after I switched to different addresses. Thank you!
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on the Adafruit MacroPad RP2040. As you know, it has one encoder and 12 keys. What I wanted is to use keys to select the CC address and the encoder to make control changes. Here is my code:
I don't find any examples about the bankable CCAbsoluteEncoder. I'm trying to modify the example of the bankable CCPotentiometer. But it doesn't allow me to compile.
I'm still learning this library, especially the bankable.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions