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: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
LedLcd.h
00001 #ifndef LED_LCD 00002 #define LED_LCD 00003 #include "mbed.h" 00004 00005 class LedLcd { 00006 private: 00007 void DrawKey(uint16_t iXPosKey, uint16_t iyPosKey, uint8_t iKeyNumber, uint32_t iColor); 00008 uint8_t iColumnNumber; 00009 public: 00010 LedLcd(uint8_t iColumnNumberConstructor); 00011 void LcdInit(void); 00012 void On(uint8_t iKeyIndex); 00013 }; 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 #endif
Generated on Tue Jul 12 2022 19:20:06 by
1.7.2