
sa
Dependencies: LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI
KeyboardTsLcd.h@0:564bdd59fe99, 2022-05-16 (annotated)
- Committer:
- wierzba100
- Date:
- Mon May 16 16:35:32 2022 +0000
- Revision:
- 0:564bdd59fe99
awsf
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wierzba100 | 0:564bdd59fe99 | 1 | #include "Keyboard_Ts.h" |
wierzba100 | 0:564bdd59fe99 | 2 | #include "Led_Lcd.h" |
wierzba100 | 0:564bdd59fe99 | 3 | |
wierzba100 | 0:564bdd59fe99 | 4 | class KeyboardTsLcd |
wierzba100 | 0:564bdd59fe99 | 5 | { |
wierzba100 | 0:564bdd59fe99 | 6 | private: |
wierzba100 | 0:564bdd59fe99 | 7 | LedLcd *pLed; |
wierzba100 | 0:564bdd59fe99 | 8 | LedLcd *pLed_2; |
wierzba100 | 0:564bdd59fe99 | 9 | KeyboardTs *pKeyboard; |
wierzba100 | 0:564bdd59fe99 | 10 | public: |
wierzba100 | 0:564bdd59fe99 | 11 | void SetBackgroundColor(void); |
wierzba100 | 0:564bdd59fe99 | 12 | KeyboardTsLcd(unsigned char); |
wierzba100 | 0:564bdd59fe99 | 13 | void eRead(void); |
wierzba100 | 0:564bdd59fe99 | 14 | |
wierzba100 | 0:564bdd59fe99 | 15 | |
wierzba100 | 0:564bdd59fe99 | 16 | }; |