Deleted Adafruit Llgo

Dependents:   GPS_OLED_HelloWorld WIZwiki-REST-io_v101 WIZwiki-REST-io_v102 WIZwiki-REST-io_v103

Fork of Adafruit_GFX by DongEun Koak

Revision:
19:beff890cf659
Parent:
15:77feec1c0684
--- a/Adafruit_SSD1306.h	Tue Jun 23 09:49:01 2015 +0000
+++ b/Adafruit_SSD1306.h	Mon Jul 27 01:58:00 2015 +0000
@@ -72,6 +72,7 @@
 	void display();
 	/// Fill the buffer with the AdaFruit splash screen.
 	virtual void splash();
+	
     
 protected:
 	virtual void sendDisplayBuffer() = 0;
@@ -176,7 +177,7 @@
 	    , mi2cAddress(i2cAddress)
 	    {
 		    begin();
-		    splash();
+		  //  splash();
 		    display();
 	    };