My first trial of using UniGraphic library.

Dependencies:   MMA8451Q SPI_STMPE610 UniGraphic mbed

Revision:
3:1cd979ad1e1d
Parent:
2:ed52c8915226
--- a/main.cpp	Wed Feb 18 12:21:13 2015 +0000
+++ b/main.cpp	Thu Feb 19 01:49:53 2015 +0000
@@ -26,6 +26,7 @@
 void initTFT(void)
 {
     //Configure the display driver    
+    TFT.FastWindow(true) ;
     TFT.background(Black);
     TFT.foreground(White);
     wait(0.01) ;