mbed library for earthlcd ezLCD3xx line of displays

Dependencies:   MMA8451Q SDFileSystem TSI ezLCDLib mbed

go here for library http://mbed.org/users/codeman/code/ezLCDLib/

Files at this revision

API Documentation at this revision

Comitter:
codeman
Date:
Sun Apr 21 22:21:50 2013 +0000
Child:
1:d8871919d781
Commit message:
1

Changed in this revision

ezLCD.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.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ezLCD.lib	Sun Apr 21 22:21:50 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/shimniok/code/SerialGraphicLCD/#cc0e1e8fd19e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sun Apr 21 22:21:50 2013 +0000
@@ -0,0 +1,27 @@
+#include "mbed.h"
+#include "ezLCDLib.h"
+ 
+ezLCD3 lcd(PTC4, PTC3);
+  int main() {
+    while (1) {
+       lcd.cls();
+//       wait(2);
+//       lcd.light(50);
+//       wait(2);
+       lcd.printf("%d %s %02x", 1024, "test", 54);
+       wait(1);
+//       lcd.light(100);              
+/*
+       lcd.pixel(14, 35, true);
+       lcd.pixel(16, 36, true);
+       lcd.pixel(18, 37, true);
+       lcd.pos(5, 30);
+       lcd.printf("Hi");
+       lcd.circle(50, 20, 20, true);
+       lcd.pos(50, 20);
+       lcd.printf("Howdy");
+       lcd.line(0, 0, 25, 25, true);
+*/
+       wait(2);
+    }
+  }
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.lib	Sun Apr 21 22:21:50 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/#7e6c9f46b3bd