Example code for the EM027BS013 ePaper display module.

Dependencies:   EM027BS013 mbed

Revision:
2:7713b53ca9bb
Parent:
1:6530f3df6024
Child:
3:c69a4ccd446d
--- a/main.cpp	Tue Jul 22 14:53:59 2014 +0000
+++ b/main.cpp	Tue Aug 26 07:25:20 2014 +0000
@@ -96,7 +96,7 @@
  */
 #define LPC1549_ARDUINO   D13,D11,D12,D10,D0,D1,SCL,SDA,D9,D6,D7,D8
 
-EM027BS013 epaper(LPC4088QSB_SEC);
+EM027BS013 epaper(LPC1549_ARDUINO);
 
 
 int main() {