An example program of OLEDaccel library.

Dependencies:   OLEDaccel mbed

Fork of OLEDexample by Hideki Kozima

Files at this revision

API Documentation at this revision

Comitter:
xkozima
Date:
Fri Aug 17 15:31:27 2012 +0000
Parent:
1:7885a5fa4585
Commit message:
An example program for OLEDaccel library.

Changed in this revision

OLED.lib Show diff for this revision Revisions of this file
OLEDaccel.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
diff -r 7885a5fa4585 -r a49c7380f7f3 OLED.lib
--- a/OLED.lib	Fri Aug 17 15:22:07 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/xkozima/code/OLED/#f0811fbdb70f
diff -r 7885a5fa4585 -r a49c7380f7f3 OLEDaccel.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OLEDaccel.lib	Fri Aug 17 15:31:27 2012 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/xkozima/code/OLEDaccel/#76a5ae915f62
diff -r 7885a5fa4585 -r a49c7380f7f3 main.cpp
--- a/main.cpp	Fri Aug 17 15:22:07 2012 +0000
+++ b/main.cpp	Fri Aug 17 15:31:27 2012 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "OLED.h"
+#include "OLEDaccel.h"
 #include "image.h"  //  xkozima's image (96x64@24bpp)
 
 OLED display(p16, p14, p15, p11, p13);