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:
4:9d6ea6fbb67f
Parent:
3:5f2fa06a0492
--- a/KEYPAD_DISCO_F429ZI.cpp	Sun May 08 21:11:54 2016 +0000
+++ b/KEYPAD_DISCO_F429ZI.cpp	Tue May 10 21:02:52 2016 +0000
@@ -7,8 +7,8 @@
 KEYPAD_DISCO_F429ZI::KEYPAD_DISCO_F429ZI() {
     LastKey=0;
     ReadKeyState = 0;
-    MsgBColor = LCD_COLOR_YELLOW;
-    MsgFColor = LCD_COLOR_RED;
+    MsgBColor = LCD_COLOR_BLACK;
+    MsgFColor = LCD_COLOR_WHITE;
     OutBColor = LCD_COLOR_WHITE;
     OutFColor = LCD_COLOR_BLACK;
     BackColor = LCD_COLOR_BLACK;