Feedback on Matrix Keyboard implementation #1179
Unanswered
cdswindell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Thank you so much for developing gpiozero! I am developing some open source software to control Lionel O-gauge trains from a Raspberry Pi (see here, if interested) and found the gpiozero library a great way to interface buttons, rotary encoders, joysticks, LEDs, etc., to the Pi and control trains, track switches, and operating accessories.
I wanted to use a 4x4 matrix keypad to enter engine numbers. I’ve developed a Composite Device to do so, and would really appreciate some feedback on the code and suggestions on improvements. Here are a few questions I have:
Thanks!
-- Dave Swindell
keypad.py
All reactions