Example code for the EM027BS013 ePaper display module.

Dependencies:   EM027BS013 mbed

Files at this revision

API Documentation at this revision

Comitter:
embeddedartists
Date:
Tue Aug 26 07:25:20 2014 +0000
Parent:
1:6530f3df6024
Child:
3:c69a4ccd446d
Commit message:
Now works with LPC1549 LPCXpresso Board.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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() {
--- a/mbed.bld	Tue Jul 22 14:53:59 2014 +0000
+++ b/mbed.bld	Tue Aug 26 07:25:20 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013
\ No newline at end of file