David Smart / Keypad

Dependents:   RA8875_KeyPadDemo PUB_RA8875_Keypad IAC_Final_Monil_copy

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.