Modified to work with two displays

Dependencies:   SPI_TFTx2 TFT_fonts TOUCH_TFTx2 mbed

Fork of touch by Peter Drescher

Based on original code by Peter Dreshner at http://mbed.org/users/dreschpe/notebook/micro-paint/

Uses two LCD panels connected as per the following schematic: /media/uploads/TickTock/lcdsch.jpg /media/uploads/TickTock/_scaled_spi_tftx2.jpg

Revision:
1:d03155bfc252
Parent:
0:cc0b529dc371
Child:
2:9d80fd43a008
--- a/main.cpp	Thu Jul 14 21:50:48 2011 +0000
+++ b/main.cpp	Thu Jul 14 22:49:04 2011 +0000
@@ -82,7 +82,7 @@
                 
 
             } else {
-                
+                tt.fillcircle(p.x,p.y,brush,color);
                 tt.locate(3,0);
                 printf("%3d",p.x);
                 tt.locate(3,1);