enable running the program under i2c connection

Dependents:   unytelogo_animation

Fork of Adafruit_GFX by Neal Horman

Revision:
17:9324f9458d8b
Parent:
14:edb3c36aa1a7
--- a/Adafruit_GFX.cpp	Tue Nov 11 22:08:20 2014 +0000
+++ b/Adafruit_GFX.cpp	Tue Jul 18 16:38:32 2017 +0000
@@ -3,11 +3,9 @@
 We'll be adapting all the
 existing libaries to use this core to make updating, support 
 and upgrading easier!
-
 Adafruit invests time and resources providing this open source code, 
 please support Adafruit and open-source hardware by purchasing 
 products from Adafruit!
-
 Written by Limor Fried/Ladyada  for Adafruit Industries.  
 BSD license, check license.txt for more information
 All text above must be included in any redistribution
@@ -451,4 +449,4 @@
             _height = _rawWidth;
             break;
     }
-}
+}
\ No newline at end of file