class library for a TS Keyboard, then press enter and the values are stored and the keypad disappears.
Fork of F7_TSKeypad_MultiKey by
Revision 3:085677c90a03, committed 2017-06-20
- 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 |
diff -r c5532af8da08 -r 085677c90a03 F7_TSKeyboard.h --- 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[]);