a
Dependencies: BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed
Diff: Led_Lcd.h
- Revision:
- 0:9d0b60394104
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Led_Lcd.h Mon Apr 24 15:31:03 2017 +0000 @@ -0,0 +1,18 @@ +#ifndef LED_LCD_H +#define LED_LCD_H +#include "LCD_DISCO_F429ZI.h" + +class LedLcd{ + public: + LedLcd(uint8_t); + 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); + uint8_t column; + + + }; + + + +#endif \ No newline at end of file