Replies: 1 comment 2 replies
-
Hi, The relevant lines are here for mt32-pi/src/control/simplebuttons.cpp Lines 26 to 29 in 769a8f0 or here for simple_encoder : mt32-pi/src/control/simpleencoder.cpp Lines 26 to 31 in 769a8f0 I don't have a compilation guide but the steps to build are listed in the GitHub Actions script, so you should be able to work it out from here: mt32-pi/.github/workflows/ci.yml Lines 33 to 49 in 769a8f0 I don't want to make individual GPIO pins a configurable option because I'm trying to keep the code and configuration as simple as possible, but feel free to create custom builds for your hardware. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have currently 4 buttons wired to the mt32-pi which are connected to different GPIO-Pins than in your source.
Could you tell me how I can change that to my GPIO-Pins?
I could even compile the source myself if I would know how to do it :)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions