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
Revision 4:fd7c6559a56d, committed 2011-10-17
- 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 |
diff -r fc101c00b5be -r fd7c6559a56d main.cpp --- 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"