test program for display

Dependencies:   TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
mganseij
Date:
Thu Oct 22 12:26:13 2015 +0000
Commit message:
test program

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 4fd09cbb532f TextLCD.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Thu Oct 22 12:26:13 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/simon/code/TextLCD/#308d188a2d3a
diff -r 000000000000 -r 4fd09cbb532f main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Oct 22 12:26:13 2015 +0000
@@ -0,0 +1,14 @@
+// Hello World! for the TextLCD
+ 
+#include "mbed.h"
+#include "TextLCD.h"
+ 
+TextLCD lcd(D9, D14, D15, PTB19, PTB18, A4); // rs, e, d4-d7 
+
+int main()
+{
+    lcd.printf("You Fool! Stoorvogel! ");
+    wait(3);
+    lcd.cls();
+    lcd.printf("Stochastic Signals! \n We are the mBed!");
+}
diff -r 000000000000 -r 4fd09cbb532f mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Oct 22 12:26:13 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68
\ No newline at end of file