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

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Thu Jul 14 22:49:04 2011 +0000
Parent:
0:cc0b529dc371
Child:
2:9d80fd43a008
Commit message:

Changed in this revision

SPI_TFT.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SPI_TFT.lib	Thu Jul 14 21:50:48 2011 +0000
+++ b/SPI_TFT.lib	Thu Jul 14 22:49:04 2011 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/dreschpe/code/SPI_TFT/#b2dd49f04d5d
+http://mbed.org/users/dreschpe/code/SPI_TFT/#e1e45f8a7664
--- 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);