class library for a TS Keyboard, then press enter and the values are stored and the keypad disappears.

Fork of F7_TSKeypad_MultiKey by Armand Coetzer

Files at this revision

API Documentation at this revision

Comitter:
Armand
Date:
Tue Jun 20 13:12:29 2017 +0000
Parent:
2:c5532af8da08
Commit message:
fixed small error;

Changed in this revision

F7_TSKeyboard.h Show annotated file Show diff for this revision Revisions of this file
--- a/F7_TSKeyboard.h	Tue Jun 20 12:07:24 2017 +0000
+++ b/F7_TSKeyboard.h	Tue Jun 20 13:12:29 2017 +0000
@@ -72,9 +72,6 @@
     
     /** Retrieves the keys selected as a string.
     * @param  str[] - stores the keys selected in this array.
-    * @param  startx - to set x start pos of the Keyboard.
-    * @param  starty - to set y start pos of the Keyboard.
-    * @param  char1 - char16 to change the keys of the Keyboard.
     * @retval None.
     */
     void getkeys(char str[]);