-
Notifications
You must be signed in to change notification settings - Fork 50
Add support for LCD Keypad Kits #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
oh yahh! @kattni i forgot about the buttons - wanna do this up? can return the digitalIO pins upon request |
i think we can pre-define the digitalIO's in the RGB I2C LCD object, and set them to input_pullup's, then you can acces them from like |
sgondor from the forums made some code that worked for him. It is given below: import adafruit_mcp230xx as mcp_ #Create the push buttons #Define buttons as inputs #Create pull-ups for each button #And then to read the status of a button just use: |
yep that will work just fine, we'd like to have that all done for you in the library - we'll get to it shortly, lots of people traveling this week :) |
Hi, is there any update on this? I've been waiting to get my shield buttons working. |
oh yeah, this slipped over the holidays - @kattni wanna do this now? |
Sure thing! I'll get started on it. |
This is now included! |
Add support for these products:
https://www.adafruit.com/category/808
The old lib had this:
https://github.com/adafruit/Adafruit_Python_CharLCD/blob/master/Adafruit_CharLCD/Adafruit_CharLCD.py#L430
The text was updated successfully, but these errors were encountered: