
Mbed touchscreed project. To be corrected
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
Diff: Led_Lcd.h
- Revision:
- 4:35b2f0e76b02
- Parent:
- 1:55e05d2aa9cd
- Child:
- 7:982fb1421824
--- a/Led_Lcd.h Fri May 08 10:57:14 2020 +0000 +++ b/Led_Lcd.h Mon May 11 09:49:05 2020 +0000 @@ -5,9 +5,10 @@ class LedLcd { private: - unsigned char ColumnX; + uint16_t ColumnX; + LCD_DISCO_F429ZI lcd; public: - LedLcd(unsigned char); + LedLcd(uint16_t); void On(uint16_t); };