This is a sample program to drive a 128x128 LCD with t6963 controller through SPI by means of an MCP23S17 16-Bit I/O Expander with Serial Interface

Dependencies:   mbed

Revision:
4:fd7c6559a56d
Parent:
3:fc101c00b5be
--- a/main.cpp	Tue Jun 28 17:02:24 2011 +0000
+++ b/main.cpp	Mon Oct 17 10:24:14 2011 +0000
@@ -1,3 +1,7 @@
+// Demo program displaying an analog clock
+// on a T6963 based LCD connected to the mbed through 
+// SPI with a MCP23S17 thereby using only 4 pins I/O
+// by Gert van der Knokke 2010
 #include "mbed.h"
 #include "mcp_lcd.h"