hello,
after trying to get a 8x8 board working i am now trying with a 7x12 matrix...
but else than 8x8, where only some keys didnt work, the 7x12 doesnt react...
used pins A0 to A6,
2 to 13...
upload code works...
even when bridging pins there appears to be no response to serial monitor or pydarts 1.20 calibration screen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-02-23
got it by myself:
it is NOT possible to use Nano for 12x7 Matrix, pins A6 and A7 are only analog pins, so the sketch stops at that position!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello,
after trying to get a 8x8 board working i am now trying with a 7x12 matrix...
but else than 8x8, where only some keys didnt work, the 7x12 doesnt react...
used pins A0 to A6,
2 to 13...
upload code works...
even when bridging pins there appears to be no response to serial monitor or pydarts 1.20 calibration screen
got it by myself:
it is NOT possible to use Nano for 12x7 Matrix, pins A6 and A7 are only analog pins, so the sketch stops at that position!
I would like to know which board models use 7x12. What's your model?
They say that you can programmatically emulate the button on the A6-A7 in the sketch.