I’m considering adding support for rotary encoders next.
(They are kind of like potentiometers, but they are digital, go all the way around and usually have 20 steps per revolution.) Could be used for color adjusting, navigating menues or switching presets.
Thoughts on adding BC’s prop (including hybrid_font.h and other mods) to the main? Quite a few people have found it more intuitive than previous iterations.
BC?
I’m open to adding whatever prop files people have. They would need to submit a pull request on github, and be prepared for a fairly grueling code review.
Brian’s (NoSloppy) one…here’s the link, though clearly he’s the better source of information (since he made it…). It’s got some fun stuff baked in, but I’m not sure how it’ll work with 6 (if it’d need reworking or anything).
The receiver decides what the rotary events do.
There are currently receivers for changing presets, changing variation and one that just prints things out. More receivers can be added as needed. (I should probably create one for changing the volume.)