![](/media/cache/profiles/fe04e05fbe48920b8ba90bea2ddfe60b.50x50_q85.jpg)
Test program for the E-Paper display
Dependencies: BurstSPI EaEpaper TFT_fonts mbed
Revision 3:6ab30c065d39, committed 2013-11-10
- Comitter:
- dreschpe
- Date:
- Sun Nov 10 22:34:29 2013 +0000
- Parent:
- 1:5ba919589a12
- Commit message:
- fix
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5ba919589a12 -r 6ab30c065d39 main.cpp --- a/main.cpp Sun Nov 10 22:27:53 2013 +0000 +++ b/main.cpp Sun Nov 10 22:34:29 2013 +0000 @@ -5,15 +5,15 @@ #include "font_big.h" #include "graphics.h" -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 +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 int main() {