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: poirier-proj-95 TFT_fonts mbed
Diff: main.cpp
- Revision:
- 4:56b453735e89
- Parent:
- 3:24069293d35d
- Child:
- 5:960d4056d774
diff -r 24069293d35d -r 56b453735e89 main.cpp
--- a/main.cpp Tue Sep 15 16:09:10 2015 +0000
+++ b/main.cpp Tue Sep 29 13:47:30 2015 +0000
@@ -44,7 +44,7 @@
//Print : message de bonjour
TFT.set_font((unsigned char*) Arial28x28);
TFT.locate(0,0);
- TFT.printf("Bonjour ");
+ TFT.printf("projet²");
//Wait for 1 seconds
wait(1.0);