Hi Guys,
Can someone direct me to a tute or help with how to assign certain characters to a key press?
My problem is; I have a 16 key web4robot i2c lcd & keypad, it assigns values to keys pressed different to that of the keypad, as below;
Button 1 = 1
Button 1 = 1
Button 2 = 4
Button 3 = 7
Button 4 = *
Button 5 = 2
Button 6 = 5
Button 7 = 8
Button 8 = 3
Button 9 = 6
Button 10= 9
Button 11= #
Button 12= A
Button 13= B
Button 14= C
Button 15= D
Button 16= E
I've found the keyMap tute's but they reference pins and not i2c, how do would I define the above keypress values to characters.
I'm using the LCDi2cW.h library if that helps.
TIA.