Jake B. / Mbed 2 deprecated MakerBotServer

Dependencies:   IAP NTPClient RTC mbed-rtos mbed Socket lwip-sys lwip BurstSPI

Fork of LPC1768_Mini-DK by Frank Vannieuwkerke

Revision:
6:b547fb6c1095
Parent:
5:781a72d380a1
Child:
7:ffdd4e75b366
--- a/Mini-DK/SPI_TFT/SPI_TFT.h	Thu Jan 03 20:04:38 2013 +0000
+++ b/Mini-DK/SPI_TFT/SPI_TFT.h	Thu Jan 03 21:24:05 2013 +0000
@@ -5,8 +5,10 @@
 
 
 #include "GraphicsDisplay.h"
+#include "BurstSPI.h"
 #include "mbed.h"
 
+
 #define incx() x++, dxt += d2xt, t += dxt
 #define incy() y--, dyt += d2yt, t += dyt
 
@@ -242,7 +244,7 @@
    */
   void set_orientation(unsigned int o);
   void mod_orientation(void);
-  SPI _spi;
+  BurstSPI _spi;
   DigitalOut _cs;
   unsigned char* font;