Pour Marc la mignonne
Dependencies: BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed
Diff: screen.h
- Revision:
- 0:fcce18d01987
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/screen.h Thu May 31 06:11:25 2018 +0000 @@ -0,0 +1,10 @@ +#include "stm32f429i_discovery_lcd.h" +#include "stm32f429i_discovery_ts.h" +#include "mbed.h" + +typedef uint8_t TEXT[30]; + +void screen_init(); +int isScreenTouched(); +void clearScreen(); +void showIntegerScreen(int x, int nbline, int offset, Text_AlignModeTypdef mode); \ No newline at end of file