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

Dependencies:   C12832 mbed

Fork of lab1 by Peter Drescher

Revision:
3:2db94ee076ee
Parent:
2:a87e255a8f3a
--- 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()
 {