DRAFT: Removing keyboard support to work on Cardputer ADV#10757
DRAFT: Removing keyboard support to work on Cardputer ADV#10757dglaude wants to merge 1 commit intoadafruit:mainfrom
Conversation
Keyboard support for ADV can be written in python land, removing this code should free the GPIO from the matrix scanning so that I2C can be used.
|
Does this disable the keyboard support on the original version? |
Yes it does break the keyboard for the normal And so far I had no success using TCA8418 (at least I can talk to it in I2C, but I could get any key input out of it... need to investigate). I think the best option would be to create a separate Easy: redefine the pin for at least I2C pins and get rid/rename all the keyboard scanning pin that are not relevant anymore Challenges:
Right now, this PR was just to abuse from the github based build system in order to get a working UF2... so it can be closed/destroyed. Screen initiate properly and you get a working system (without keyboard) also likely failing is the sound in/out part made of ES8311+NS4150. |
Keyboard support for ADV can be written in python land, removing this code should free the GPIO from the matrix scanning so that I2C can be used.
This could be a first step to do a cardputer ADV board, a bit downgraded but with display working by default.