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

Files at this revision

API Documentation at this revision

Comitter:
gertk
Date:
Mon Oct 17 10:24:14 2011 +0000
Parent:
3:fc101c00b5be
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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"