Hi!
I want to replace an old 8x8 keypad with resistive touch screen and i want to use arduino as mediator to interface old system with new system. Yet i sucked at some point.
I can succesfully read x and y coordinates from screen yet even tought i doesnt touch the screen, screen still gives midpoint coordinates. How can i configure the arduino just read when i touched to th screen? Or how to get some null values while i doesnt touch?
Another problem is that old system was using keypad. I want to change it with arduino. I have to emulate keystrokes with arduino. How can i make this emulation?