A demo for using the Sharp LCD display component.

Dependencies:   SharpLCD mbed-src

Revision:
2:a3c53e712ed6
Parent:
0:83402e2aa37d
--- a/main.cpp	Wed Jul 23 10:43:53 2014 +0000
+++ b/main.cpp	Wed Jul 30 08:07:12 2014 +0000
@@ -19,7 +19,7 @@
 #include "font.h"
 
 DigitalOut led1(LED1);
-SharpLCD lcd(p9, MBED_SPI0);
+SharpLCD lcd(p9, p8, MBED_SPI0);
 
 uint8_t framebuffer[SharpLCD::SIZEOF_FRAMEBUFFER_FOR_ALLOC];