Fork of Adafruit OLED driver to debug integration with RedBear Nano SPI driver

Dependents:   SPI_GFX_nano

Fork of Adafruit_GFX by Neal Horman

Revision:
21:c7e6b6d6e296
Parent:
20:ddd57008bcbf
Child:
22:6fc21acc8311
--- a/Adafruit_SSD1306.h	Wed Feb 25 23:43:36 2015 +0000
+++ b/Adafruit_SSD1306.h	Thu Feb 26 00:05:12 2015 +0000
@@ -241,10 +241,10 @@
 	    , dc(DC,false)
 	    , mspi(NRF_SPI1)
 	    {
-	    	//mspi.begin(P0_8, P0_9, P0_11);
-		    begin();
-		    splash();
-		    display();
+	    	  mspi.begin(P0_8, P0_9, P0_11);
+		      begin();
+		//    splash();
+		//    display();
 	    };
 
 	virtual void command(uint8_t c)