E-Paper Device (EPD) based MiniNote module, powered by mbed on LPC1114FBD48. Shared in public domain with enclosure in 3D step format, hardware interface compatible with microBUS interface. Anyone can contribute on this project.

Dependencies:   mbed _24LCXXX

E-Badge MiniNote Project on mbed/NXP LPC1114 platform

Revision:
2:bb9f154ea2f4
Parent:
0:33994cfad0c2
--- a/Ebadge.h	Sun Jun 01 03:20:40 2014 +0000
+++ b/Ebadge.h	Mon Jun 09 11:01:38 2014 +0000
@@ -9,10 +9,21 @@
         void terminal_Baud(int baudrate = 115200);
         void terminal();
         bool isIspPressed();
-        void update();
+        void download();
+        void upload();
+        void save();
+        void read();
+        void paint();
+        void clean();
+        void empty();
+        void toggle();
+        void check();
+        void overwrite();
+    
     private:
         bool _cmd(const char* format);
         bool _cpRam2Disp();
     protected:
         Serial _uart;
+        PinName _isp;
 };