code c++ carte KL25Z avec écran TFT Qr4 526S01 TP28017 oscilloscope (en développement)

Dependencies:   poirier-proj-95 TFT_fonts mbed

Files at this revision

API Documentation at this revision

Comitter:
dujardin
Date:
Tue Sep 29 13:47:30 2015 +0000
Parent:
3:24069293d35d
Child:
5:960d4056d774
Commit message:
1.10.2015

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);