micro paint to show the touchscreen and tft handling

Dependencies:   mbed Touch_tft TFT_fonts_old

Dependents:   touch_piirto

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);