
Pour Marc la mignonne
Dependencies: BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed
screen.h@0:fcce18d01987, 2018-05-31 (annotated)
- Committer:
- Alex_mln
- Date:
- Thu May 31 06:11:25 2018 +0000
- Revision:
- 0:fcce18d01987
Tiens pd
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Alex_mln | 0:fcce18d01987 | 1 | #include "stm32f429i_discovery_lcd.h" |
Alex_mln | 0:fcce18d01987 | 2 | #include "stm32f429i_discovery_ts.h" |
Alex_mln | 0:fcce18d01987 | 3 | #include "mbed.h" |
Alex_mln | 0:fcce18d01987 | 4 | |
Alex_mln | 0:fcce18d01987 | 5 | typedef uint8_t TEXT[30]; |
Alex_mln | 0:fcce18d01987 | 6 | |
Alex_mln | 0:fcce18d01987 | 7 | void screen_init(); |
Alex_mln | 0:fcce18d01987 | 8 | int isScreenTouched(); |
Alex_mln | 0:fcce18d01987 | 9 | void clearScreen(); |
Alex_mln | 0:fcce18d01987 | 10 | void showIntegerScreen(int x, int nbline, int offset, Text_AlignModeTypdef mode); |