EaPaper Library for EM027BS013

Dependencies:   EM027BS013 TFT_fonts

Fork of EaEpaper by Peter Drescher

Revision:
3:1371614703cd
Parent:
0:fedcef5319f5
--- a/EPD.h	Sun Nov 10 19:32:53 2013 +0000
+++ b/EPD.h	Wed Jun 25 17:43:32 2014 +0000
@@ -16,7 +16,6 @@
 #define EPD_H
 
 #include "mbed.h"
-#include "BurstSPI.h"
 
 #define PROGMEM
 
@@ -45,7 +44,7 @@
     DigitalOut EPD_Pin_RESET;
     DigitalIn EPD_Pin_BUSY;
     DigitalOut EPD_Pin_EPD_CS;
-    BurstSPI spi_;    
+    SPI spi_;    
 
     EPD_size size;
     uint16_t stage_time;