A fork with some I2C optimizations that speed up the display.

Fork of SSD1308_128x64_I2C by Wim Huiskamp

Revision:
1:b7e8f5139026
Parent:
0:300d08d9b058
--- a/font_8x8.h	Wed Jul 18 14:10:57 2012 +0000
+++ b/font_8x8.h	Sat Jul 21 12:49:33 2012 +0000
@@ -9,7 +9,6 @@
 #define FONT8x8_HEIGHT                  8
 #define FONT8x8_BYTES                   1
 
-//#ifdef SSD1308_USE_FONT
 //========================
 const uint8_t font_8x8[][8] = {
 {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
@@ -109,6 +108,5 @@
 {0x00,0x02,0x01,0x01,0x02,0x01,0x00,0x00},
 {0x00,0x02,0x05,0x05,0x02,0x00,0x00,0x00} 
 };
-//#endif // use font
 
 #endif // include
\ No newline at end of file