
X
Dependencies: mbed BSP_DISCO_F746NG
fonctions.h@4:8f6e0ef3fffe, 2020-11-11 (annotated)
- Committer:
- valentin__
- Date:
- Wed Nov 11 15:27:24 2020 +0000
- Revision:
- 4:8f6e0ef3fffe
- Parent:
- 3:92661d767dd1
X
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
valentin__ | 1:80d2a1719d10 | 1 | #include "mbed.h" |
valentin__ | 1:80d2a1719d10 | 2 | #include "stm32746g_discovery_lcd.h" |
valentin__ | 1:80d2a1719d10 | 3 | #include "stm32746g_discovery_ts.h" |
valentin__ | 1:80d2a1719d10 | 4 | |
valentin__ | 3:92661d767dd1 | 5 | #include "image1.h" |
valentin__ | 3:92661d767dd1 | 6 | #include "image2.h" |
valentin__ | 3:92661d767dd1 | 7 | #include "image3.h" |
valentin__ | 3:92661d767dd1 | 8 | #include "image4.h" |
valentin__ | 3:92661d767dd1 | 9 | #include "image5.h" |
valentin__ | 3:92661d767dd1 | 10 | #include "image6.h" |
valentin__ | 3:92661d767dd1 | 11 | #include "image7.h" |
valentin__ | 3:92661d767dd1 | 12 | #include "image8.h" |
valentin__ | 3:92661d767dd1 | 13 | #include "image9.h" |
valentin__ | 3:92661d767dd1 | 14 | |
valentin__ | 1:80d2a1719d10 | 15 | void AfficherPage(int); |
valentin__ | 1:80d2a1719d10 | 16 | void Page1(void); |
valentin__ | 1:80d2a1719d10 | 17 | void Page2(void); |
valentin__ | 3:92661d767dd1 | 18 | void PageErreur(void); |
valentin__ | 3:92661d767dd1 | 19 | bool Bouton(uint16_t , uint16_t , uint16_t , uint16_t , uint16_t,uint16_t); |
valentin__ | 4:8f6e0ef3fffe | 20 | void AfficheImage(uint32_t , uint32_t , uint32_t , uint32_t, const unsigned long ); |
valentin__ | 4:8f6e0ef3fffe | 21 | void Affiche_Ingredients(int TAB_ingredients[]); |