i2c version has an offset due to wrong copy of temp buffer to display buffer, fixed in Adafruit_SSD1306.h

Dependents:   ezSBC_MPU9250 Test_OLED_Display untodoenuno OledI2CDisplay ... more

Fork of Adafruit_GFX by Neal Horman

Revision:
19:73007a24ddaa
Parent:
0:c3dcd4c4983a
--- a/glcdfont.h	Wed Mar 04 20:19:52 2015 +0000
+++ b/glcdfont.h	Sun Nov 06 15:31:50 2016 +0000
@@ -25,7 +25,7 @@
 
 // standard ascii 5x7 font
 
-static unsigned char  font[] = {
+static const unsigned char  font[] = {
     0x00, 0x00, 0x00, 0x00, 0x00,   
     0x3E, 0x5B, 0x4F, 0x5B, 0x3E,     
     0x3E, 0x6B, 0x4F, 0x6B, 0x3E,