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:
3:e4399b5ceb4b
Parent:
2:d7fc318a1528
Child:
4:8373c3e4f170
--- a/main.cpp	Tue Mar 27 17:36:34 2018 +0000
+++ b/main.cpp	Tue Mar 27 17:59:56 2018 +0000
@@ -61,9 +61,9 @@
 
 void setup() {
   // put your setup code here, to run once:
-  pc.begin(9600);
+  pc.baud(9600);
   if (epd.Init(lut_full_update) != 0) {
-      Serial.print("e-Paper init failed");
+      pc.printf("e-Paper init failed");
       return;
   }
 
@@ -116,7 +116,7 @@
   wait_ms(2000);
 
   if (epd.Init(lut_partial_update) != 0) {
-      Serial.print("e-Paper init failed");
+      pc.printf("e-Paper init failed");
       return;
   }