Sean Houlihane / SPI_GFX_nano

Dependencies:   Adafruit_GFX_nano SPI_Demo_Nano

Revision:
12:1404f010d12c
Parent:
11:9ebbb4dd9760
--- a/main.cpp	Thu Feb 26 00:05:22 2015 +0000
+++ b/main.cpp	Thu Feb 26 11:28:54 2015 +0000
@@ -41,7 +41,10 @@
         wait (0.3);
         led = 1; // off
 
-
+    gOled1.configure();
+    //SPI1.begin(P0_8, P0_9, P0_11);
+    //SPI1.transfer(0x55);
+    
     while(1){                      
       led = 0; // on
       wait(1);