hey all, got a project with a pretty large 6x16 button grid, and using keypad.h to drive it.
with 6 rows and 15 columns, everything runs just fine.
however, once i add column 16, the entire matrix no longer functions. i'm entirely unsure as to the why, i've swapped around the characters, used different pins, tried the same pins on other rows; all the hardware is functioning but the library seems to be breaking for reasons unknown.
is there some way to go a little deeper than the compile status window to know why this might be happening? i've looked at keypad.h itself but unfortunately i don't understand anything going on there...
thanks for any help!
-a