.

Dependencies:   BurstSPI

Fork of SPI_TFT_ILI9341_V2 by Jack Berkhout

Revision:
15:cb16f37ef885
Parent:
14:70665f0a182f
--- a/SPI_TFT_ILI9341.h	Tue Mar 24 01:33:24 2015 +0000
+++ b/SPI_TFT_ILI9341.h	Sat May 16 11:23:40 2015 +0000
@@ -18,6 +18,7 @@
 
 #include "mbed.h"
 #include "GraphicsDisplay.h"
+#include "BurstSPI.h"
 
 #define RGB(r,g,b)  (((r&0xF8)<<8)|((g&0xFC)<<3)|((b&0xF8)>>3)) //5 red | 6 green | 5 blue
 
@@ -86,7 +87,7 @@
  *  }
  * @endcode
  */
- class SPI_TFT_ILI9341 : public GraphicsDisplay , public SPI {
+ class SPI_TFT_ILI9341 : public GraphicsDisplay , public BurstSPI {
  public:
 
   /** Create a SPI_TFT object connected to SPI and three pins