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:
4:8373c3e4f170
Child:
7:25cadf37fd86
--- a/main.cpp	Wed Mar 28 08:28:47 2018 +0000
+++ b/main.cpp	Wed Mar 28 09:21:33 2018 +0000
@@ -33,14 +33,13 @@
 #define COLORED     0
 #define UNCOLORED   1
 
-//public:
 Serial pc(USBTX, USBRX, 115200);
 
-//DigitalOut reset_pin(PTC17);
-//DigitalOut dc_pin(PTD5);
-//DigitalOut cs_pin(PTD0);
-//DigitalIn busy_pin(PTA13);
-//SPI epaper(PTD2,PTD3,PTD1);  //MOSI, MISO, CLK
+DigitalOut reset_pin(PTC17);
+DigitalOut dc_pin(PTD5);
+DigitalOut cs_pin(PTD0);
+DigitalIn busy_pin(PTA13);
+SPI epaper(PTD2,PTD3,PTD1);  //MOSI, MISO, CLK
 DigitalOut myled(LED1);
 
 // See --- epdif.h ---