You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an old commodore keyboard with 8 rows and 16 cols. I adjusted the example sketch but keypresses are not detected at all.
I wonder if there is a maximum amount of cols and rows supported by the keypad library.
Especially this line from keypad.h seems to define a hard limitation.
#define MAPSIZE 10 // MAPSIZE is the number of rows (times 16 columns)
The text was updated successfully, but these errors were encountered:
I have an old commodore keyboard with 8 rows and 16 cols. I adjusted the example sketch but keypresses are not detected at all.
I wonder if there is a maximum amount of cols and rows supported by the keypad library.
Especially this line from keypad.h seems to define a hard limitation.
#define MAPSIZE 10 // MAPSIZE is the number of rows (times 16 columns)
The text was updated successfully, but these errors were encountered: