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:
21:ef35019b9b50
Parent:
14:edb3c36aa1a7
Child:
23:0b35bb153799
--- a/Adafruit_GFX.h	Sun Nov 06 15:31:50 2016 +0000
+++ b/Adafruit_GFX.h	Mon Jul 24 21:30:02 2017 +0200
@@ -46,7 +46,11 @@
  * hardware based on application control.
  *
  */
+#if defined(USE_IOSTREAM)
 class Adafruit_GFX : public Stream
+#else
+class Adafruit_GFX
+#endif
 {
  public:
     Adafruit_GFX(int16_t w, int16_t h)