Chris--A / Keypad

A version of the keypad library found in Wiring. This is just a copy made compatible with the Arduino IDE library manager.
GNU General Public License v3.0
248 stars 150 forks source link

Bigger size matrix - 25 x 25 #40

Open mehulddj opened 2 years ago

mehulddj commented 2 years ago

Hi

I want to interface a 25 x 25 keypad matrix with arduino. Is there any way I can do the same? Also how to increase the keymap characters above 255 values? Can we use hex values for mapping the keys of the keypad matrix? Please suggest.