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:
2:d7fc318a1528
Parent:
1:d27a7e06c233
Child:
5:3b7204bd6832
--- a/epdif.h	Mon Mar 26 17:20:56 2018 +0000
+++ b/epdif.h	Tue Mar 27 17:36:34 2018 +0000
@@ -38,6 +38,13 @@
 #define HIGH            1
 #define LOW             0
 
+#include "mbed.h"
+DigitalOut reset_pin(PTC17);
+DigitalOut dc_pin(PTD5);
+DigitalOut cs_pin(PTD0);
+DigitalIn busy_pin(PTA13);
+SPI epaper(PTD2,PTD3,PTD1);  //MOSI, MISO, CLK
+
 class EpdIf {
 public:
     EpdIf(void);