Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Camera_LS_Y201 EthernetInterface EthernetNetIf HTTPClient SRF05 TextLCD mbed-rtos mbed-src
ecran_lcd.h@0:43669f623d43, 2014-01-15 (annotated)
- Committer:
- projetmacintel
- Date:
- Wed Jan 15 11:09:52 2014 +0000
- Revision:
- 0:43669f623d43
dep?t final PAO Macintel
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| projetmacintel | 0:43669f623d43 | 1 | #ifndef ECRAN_H | 
| projetmacintel | 0:43669f623d43 | 2 | #define ECRAN_H | 
| projetmacintel | 0:43669f623d43 | 3 | |
| projetmacintel | 0:43669f623d43 | 4 | #include "mbed.h" | 
| projetmacintel | 0:43669f623d43 | 5 | #include "rtos.h" | 
| projetmacintel | 0:43669f623d43 | 6 | #include "TextLCD.h" | 
| projetmacintel | 0:43669f623d43 | 7 | |
| projetmacintel | 0:43669f623d43 | 8 | void thread_ecran(void const *args); | 
| projetmacintel | 0:43669f623d43 | 9 | void afficherSurUneLigne(const char* texte, int ligne); | 
| projetmacintel | 0:43669f623d43 | 10 | void faireDefilerSurEcran(const char* texte, int vitesse); /* surement deprecated */ | 
| projetmacintel | 0:43669f623d43 | 11 | void afficherAuCentreDeLEcran(const char* texte1, const char* texte2); | 
| projetmacintel | 0:43669f623d43 | 12 | void afficherAuCentreDeLEcran(const char* texte_1_haut, const char* texte_1_bas, const char* texte_2_haut, const char* texte_2_bas); | 
| projetmacintel | 0:43669f623d43 | 13 | void afficherAuCentreDeLEcran(int nombre1, int nombre2); | 
| projetmacintel | 0:43669f623d43 | 14 | |
| projetmacintel | 0:43669f623d43 | 15 | #endif |