Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MBED1zadD2 mbed BSP_DISCO_F429ZI
Led_Lcd.h
00001 #ifndef LED_LCD_H 00002 #define LED_LCD_H 00003 #include "LCD_DISCO_F429ZI.h" 00004 00005 #define NUMBER_OF_KEYS 4 00006 00007 class LedLcd{ 00008 private: 00009 uint32_t uiColor[NUMBER_OF_KEYS]; 00010 uint16_t uiColumnNumber; 00011 LCD_DISCO_F429ZI LCD_Display; 00012 void DrawKey(unsigned char ucKeyNumber); 00013 public: 00014 LedLcd(unsigned char ucColumn=0); 00015 void On(unsigned char ucKeyNumber); 00016 }; 00017 00018 00019 #endif
Generated on Fri Jul 15 2022 15:56:12 by
1.7.2