Class library for a touchscreen-based keypad for the LCD display present on the DISCO_F429ZI board.

Dependents:   WIRE-BANDING_FT810 WIRE-BANDING_copy

Revision:
1:1db4c6c394bb
Parent:
0:8cc22acc00d2
Child:
2:51f454b7c9ab
--- a/KEYPAD_DISCO_F429ZI.h	Sun May 08 18:36:57 2016 +0000
+++ b/KEYPAD_DISCO_F429ZI.h	Sun May 08 18:42:07 2016 +0000
@@ -49,14 +49,14 @@
 class KEYPAD_DISCO_F429ZI {
   public:
     /** Create a KEYPAD_DISCO_F429ZI object.
-    * @param TrigPin PwmOut compatible pin used to connect to HC-SR04's Trig pin
-    * @param EchoPin InterruptIn compatible pin used to connect to HC-SR04's Echo pin
     */
     KEYPAD_DISCO_F429ZI();
     
-    /** Return the current pulse duration as microseconds (us).
-    * @param MessageBoxEnable Enable (=1) or disable(=0 the drawing of a Message Box area on the keypad screen.
-    * @param OutBoxEnable Enable (=1) or disable(=0 the drawing of a Output Box area on the keypad screen.
+    /** Draws the keys for the keypad and the Message Box and Output Box areas if enabled.
+    * @param 
+    *     MessageBoxEnable Enable (=1) or disable(=0 the drawing of a Message Box area on the keypad screen.
+    * @param 
+    *     OutBoxEnable Enable (=1) or disable(=0 the drawing of a Output Box area on the keypad screen.
     */
     void Show(int MessageBoxEnable, int OutBoxEnable);