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:
20:04822be0efcd
Parent:
18:6aa925f254d6
--- a/Adafruit_GFX_Config.h	Sun Nov 06 15:31:50 2016 +0000
+++ b/Adafruit_GFX_Config.h	Mon Jul 24 11:09:33 2017 +0000
@@ -2,13 +2,14 @@
 #define _ADAFRUIT_GFX_CONFIG_H_
 
 // Uncomment this to turn off the builtin splash
-//#define NO_SPLASH_ADAFRUIT
+#define NO_SPLASH_ADAFRUIT
 
 // Uncomment this to enable all functionality
+// saves about 600 Bytes
 #define GFX_WANT_ABSTRACTS
 
 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
 //#define GFX_SIZEABLE_TEXT
 
 
-#endif
\ No newline at end of file
+#endif