Interfaçage NeoPixel Ring 12, LPRO MECSE, Arnaud A.
lcd.h@0:8d73f4071c1a, 2020-06-17 (annotated)
- Committer:
- Rhamao
- Date:
- Wed Jun 17 16:34:01 2020 +0000
- Revision:
- 0:8d73f4071c1a
View1 finie
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Rhamao | 0:8d73f4071c1a | 1 | #ifndef LCD_H |
Rhamao | 0:8d73f4071c1a | 2 | #define LCD_H |
Rhamao | 0:8d73f4071c1a | 3 | #include "stm32746g_discovery_lcd.h" |
Rhamao | 0:8d73f4071c1a | 4 | #include "stm32746g_discovery_ts.h" |
Rhamao | 0:8d73f4071c1a | 5 | |
Rhamao | 0:8d73f4071c1a | 6 | class LCD |
Rhamao | 0:8d73f4071c1a | 7 | { |
Rhamao | 0:8d73f4071c1a | 8 | public: |
Rhamao | 0:8d73f4071c1a | 9 | LCD(); |
Rhamao | 0:8d73f4071c1a | 10 | void initLCD(); |
Rhamao | 0:8d73f4071c1a | 11 | }; |
Rhamao | 0:8d73f4071c1a | 12 | |
Rhamao | 0:8d73f4071c1a | 13 | #endif |