Test program for E.Paper display for LPC1768

Dependencies:   BurstSPI EaEpaper TFT_fonts mbed

Fork of epaper_mbed_130411_KL25Z by Peter Drescher

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Sun Nov 10 22:27:53 2013 +0000
Parent:
0:057244fcbbb6
Commit message:
Test program for E-Paper display

Changed in this revision

TSI.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 057244fcbbb6 -r 5ba919589a12 TSI.lib
--- a/TSI.lib	Sun Nov 10 19:33:44 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/emilmont/code/TSI/#507b1f67804b
diff -r 057244fcbbb6 -r 5ba919589a12 main.cpp
--- a/main.cpp	Sun Nov 10 19:33:44 2013 +0000
+++ b/main.cpp	Sun Nov 10 22:27:53 2013 +0000
@@ -5,15 +5,15 @@
 #include "font_big.h"
 #include "graphics.h"
 
-EaEpaper epaper(PTD7,            // PWR_CTRL
-                PTD6,            // BORDER
-                PTE31,           // DISCHARGE
-                PTA17,           // RESET_DISP
-                PTA16,           // BUSY
-                PTC17,           // SSEL
-                PTD4,            // PWM
-                PTD2,PTD3,PTD1,  // MOSI,MISO,SCLK
-                PTE0,PTE1);      // SDA,SDL 
+EaEpaper epaper(p9,             // PWR_CTRL
+                p10,            // BORDER
+                p11,            // DISCHARGE
+                p12,            // RESET_DISP
+                p13,            // BUSY
+                p8,             // SSEL
+                p26,            // PWM
+                p5,p6,p7,       // MOSI,MISO,SCLK
+                p28,p27);       // SDA,SCL 
  
 int main() {