Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RA8875_KeyPadDemo PUB_RA8875_Keypad IAC_Final_Monil_copy
Diff: Keypad.h
- Revision:
- 2:6d05764dfde7
- Parent:
- 1:7feeebbd8367
- Child:
- 3:402f1126a3ec
--- a/Keypad.h Fri Mar 04 12:23:44 2016 +0000 +++ b/Keypad.h Sat Mar 05 16:21:58 2016 +0000 @@ -116,6 +116,15 @@ /// @param[in] fillcolor is the color with which to fill the keyboard area. /// void Erase(color_t fillcolor = Black); + + /// Get a pointer to the built-in QWERTY keyboard definition + /// + /// This API might be used if you want to use the built-in keyboard definition, but + /// resize it meet your needs. + /// + /// @returns a pointer to the internal keypad definition. + /// + const Keypad::keyboard_t * GetInternalKeypad(void); private: /// Draw a key in the specified rectangle. Invert the colors if desired.