a

Dependencies:   BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed

Revision:
0:3f46be5ac38a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Led_Lcd.h	Mon Apr 24 15:30:35 2017 +0000
@@ -0,0 +1,19 @@
+#ifndef LED_LCD_H
+#define LED_LCD_H
+#include "LCD_DISCO_F429ZI.h"
+
+class LedLcd{
+    public:
+    void On(uint8_t ButtonNum);
+    LedLcd();
+    private:
+    void ButtonNoPushed(uint16_t x_pos,uint16_t y_pos, uint16_t width, uint16_t height);
+    void ButtonPushed(uint16_t x_pos,uint16_t y_pos, uint16_t width, uint16_t height);
+    void SetString(uint8_t x_pos,uint8_t y_pos,uint8_t *pText, Text_AlignModeTypdef mode);
+    
+    
+    };
+
+
+
+#endif
\ No newline at end of file