Sean Houlihane / SPI_GFX_nano

Dependencies:   Adafruit_GFX_nano SPI_Demo_Nano

Revision:
10:d9a6a2fede8c
Parent:
9:bbe01bf9a3ef
Child:
11:9ebbb4dd9760
--- a/main.cpp	Wed Feb 25 23:43:51 2015 +0000
+++ b/main.cpp	Wed Feb 25 23:48:02 2015 +0000
@@ -61,7 +61,7 @@
         led = 0; // ON
         wait (0.3);
         led = 1; // off
- //   SPI1.begin(P0_8, P0_9, P0_11);//SCK, MOSI, MISO
+    SPI1.begin(P0_8, P0_9, P0_11);//SCK, MOSI, MISO
 
 //Display initialisation
     rst = 1;