Projet ER4 - Groupe AS - IUT Tarbes / Mbed 2 deprecated testPourMikel

Dependencies:   C12832 mbed

Fork of app-shield-LCD by Chris Styles

Revision:
7:9bf99b580671
Parent:
6:d90b6de72b40
Child:
8:b7c87fd00982
diff -r d90b6de72b40 -r 9bf99b580671 main.cpp
--- a/main.cpp	Fri Jan 20 14:25:54 2017 +0000
+++ b/main.cpp	Mon Jan 30 14:44:29 2017 +0000
@@ -7,6 +7,7 @@
 AnalogIn pot1 (A0);
 AnalogIn pot2 (A1);
 
+
 float pot1F = (float)pot1*10;
 
 
@@ -14,7 +15,10 @@
 {
     int j=0;
     while(1) {
-            lcd.pixel(10,10,12);
+            lcd.pixel(10,10,1);
+            //lcd.set_contrast(0);
+            printStringScreen(0,0,"ceci est un test");
+            printStringScreen(5,5,pot1);
         }
 }