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:
16:7fb1d4d3525d
Parent:
15:77feec1c0684
Child:
18:6aa925f254d6
--- a/Adafruit_SSD1306.cpp	Tue Nov 11 22:02:52 2014 +0000
+++ b/Adafruit_SSD1306.cpp	Tue Nov 11 22:08:20 2014 +0000
@@ -94,9 +94,9 @@
 
     command(SSD1306_DISPLAYALLON_RESUME);
 
-    //command(SSD1306_NORMALDISPLAY);
+    command(SSD1306_NORMALDISPLAY);
     
-    //command(SSD1306_DISPLAYON);
+    command(SSD1306_DISPLAYON);
 }
 
 // Set a single pixel