Example program printing text to the LCD on the mbed application board

Dependencies:   C12832 mbed

Fork of lab1 by Peter Drescher

Files at this revision

API Documentation at this revision

Comitter:
chris
Date:
Wed Feb 05 15:32:38 2014 +0000
Parent:
2:a87e255a8f3a
Commit message:
Updated to use the new generic library for the LCD

Changed in this revision

C12832.lib Show annotated file Show diff for this revision Revisions of this file
C12832_lcd.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r a87e255a8f3a -r 2db94ee076ee C12832.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C12832.lib	Wed Feb 05 15:32:38 2014 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/chris/code/C12832/#7de323fa46fe
diff -r a87e255a8f3a -r 2db94ee076ee C12832_lcd.lib
--- a/C12832_lcd.lib	Fri Oct 26 10:49:28 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/dreschpe/code/C12832_lcd/#468cdccff7af
diff -r a87e255a8f3a -r 2db94ee076ee main.cpp
--- a/main.cpp	Fri Oct 26 10:49:28 2012 +0000
+++ b/main.cpp	Wed Feb 05 15:32:38 2014 +0000
@@ -1,7 +1,8 @@
 #include "mbed.h"
-#include "C12832_lcd.h"
+#include "C12832.h"
 
-C12832_LCD lcd;
+
+C12832 lcd(p5, p7, p6, p8, p11);
 
 int main()
 {