E_paper, E_ink, Screen size 1.54", resolution 200x200, 4 wire spi, Waveshare, Black and White, Kl25Z, 8 wire print connector, supply 3.3 Volt, IL0373 Controller, font size is 8, 12, 16 and 24.

Dependencies:   mbed

Revision:
1:d27a7e06c233
Parent:
0:665e04c85d8d
Child:
2:d7fc318a1528
--- a/epdif.h	Sun Mar 25 12:14:55 2018 +0000
+++ b/epdif.h	Mon Mar 26 17:20:56 2018 +0000
@@ -28,13 +28,15 @@
 #ifndef EPDIF_H
 #define EPDIF_H
 
-//#include <arduino.h>
 
 // Pin definition
-#define RST_PIN         8
-#define DC_PIN          9
-#define CS_PIN          10
-#define BUSY_PIN        7
+#define RST_PIN         0
+#define DC_PIN          1
+#define CS_PIN          2
+#define BUSY_PIN        0
+
+#define HIGH            1
+#define LOW             0
 
 class EpdIf {
 public: