An example program of OLEDaccel library.

Dependencies:   OLEDaccel mbed

Fork of OLEDexample by Hideki Kozima

Revision:
2:a49c7380f7f3
Parent:
0:d81cf815a15a
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);