class library for a TS Keypad and retrieving multiple keys, then press enter and the values are stored and the keypad disappears.

Revision:
1:483300d6debd
Parent:
0:b3fd90f94e58
--- a/F7_TSKeypad_MultiKey.h	Wed Jun 07 08:45:35 2017 +0000
+++ b/F7_TSKeypad_MultiKey.h	Tue Jun 20 12:00:18 2017 +0000
@@ -93,7 +93,7 @@
     uint8_t state, btnsize;
     int OK; 
     uint32_t Bckclr, Txtclr;
-    uint8_t correcttouch, button;
+    uint8_t correcttouch, button, key;
     uint16_t frstprsx, frstprsy;
     char keypressed;
     int a, b, recv;