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.
Fork of app-shield-LCD by
Diff: main.cpp
- 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);
}
}
