Sean Houlihane / Adafruit_GFX_nano

Dependents:   SPI_GFX_nano

Fork of Adafruit_GFX by Neal Horman

Files at this revision

API Documentation at this revision

Comitter:
tsh
Date:
Wed Feb 25 22:00:53 2015 +0000
Parent:
18:515811a6a589
Child:
20:ddd57008bcbf
Commit message:
constructor unwound, transfer stalls.

Changed in this revision

Adafruit_SSD1306.h Show annotated file Show diff for this revision Revisions of this file
--- a/Adafruit_SSD1306.h	Wed Feb 25 20:32:45 2015 +0000
+++ b/Adafruit_SSD1306.h	Wed Feb 25 22:00:53 2015 +0000
@@ -241,9 +241,9 @@
 	    , dc(DC,false)
 	    , mspi(*_spi)
 	    {
-		    begin();
-		    splash();
-		    display();
+	//	    begin();
+	//	    splash();
+	//	    display();
 	    };
 
 	virtual void command(uint8_t c)