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:
18:6aa925f254d6
Parent:
13:8f03f908f22a
Child:
20:04822be0efcd
Child:
21:ef35019b9b50
diff -r f0cf0e1210be -r 6aa925f254d6 Adafruit_GFX_Config.h
--- a/Adafruit_GFX_Config.h	Mon Nov 17 22:55:42 2014 +0000
+++ b/Adafruit_GFX_Config.h	Wed Mar 04 20:19:52 2015 +0000
@@ -5,7 +5,7 @@
 //#define NO_SPLASH_ADAFRUIT
 
 // Uncomment this to enable all functionality
-//#define GFX_WANT_ABSTRACTS
+#define GFX_WANT_ABSTRACTS
 
 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
 //#define GFX_SIZEABLE_TEXT