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:
6:469fb6b0d26d
Parent:
5:3b7204bd6832
--- a/epdif.h	Wed Mar 28 08:28:47 2018 +0000
+++ b/epdif.h	Wed Mar 28 09:21:33 2018 +0000
@@ -39,11 +39,6 @@
 #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: