Graphic OLED 100x16 pixels interface

Dependents:   mbed_nicovideo_search_api mbed_recent_nicovideo_display_pub

/media/uploads/va009039/graphicoled_1.jpg

Revision:
2:337a2655f815
Parent:
0:67d983a1ed3e
--- a/misaki_8x8.cpp	Wed Apr 18 10:17:51 2012 +0000
+++ b/misaki_8x8.cpp	Mon Aug 04 06:17:36 2014 +0000
@@ -1,4 +1,6 @@
-const char misaki_gothic[] = { // misaki_bdf_b11a.tar.gz misaki_gothic.bdf
+#include "mbed.h"
+
+const uint8_t misaki_gothic[] = { // misaki_bdf_b11a.tar.gz misaki_gothic.bdf
 0,0,0,0,0,0,0,32,64,0,0,0,0,0,32,80,32,0,0,0,0,80,48,0,0,0,0,0,96,96,0,0,0,0,0,
 0,0,24,24,0,0,0,0,0,54,54,0,0,0,0,0,86,54,0,0,0,0,2,1,81,9,9,6,0,0,0,95,0,0,0,
 1,2,1,2,0,0,0,0,2,5,2,0,0,0,0,0,0,2,1,0,0,0,0,1,2,0,0,0,0,0,1,0,1,0,0,
@@ -2281,7 +2283,7 @@
 95,21,91,21,64,31,87,
 };
 
-void font_8x8(char buf[], int i)
+void font_8x8(uint8_t buf[], int i)
 {
     for(int j = 0; j < 7; j++) {
         buf[j] = misaki_gothic[i*7+j];