Both displays functioning independently, we will use this program to bring them both into the same code.

Dependencies:   SPI_TFT_ILI9341 TFT_fonts TextLCD mbed

Revision:
1:889816eeff83
Parent:
0:51158f3940e0
Child:
2:16a5516577af
--- a/main.cpp	Wed May 24 14:35:44 2017 +0000
+++ b/main.cpp	Wed May 24 14:38:31 2017 +0000
@@ -74,7 +74,7 @@
     TFT.cls();
 
     TFT.set_font((unsigned char*) Arial28x28);
-    TFT.locate(102,220); // x,y
-    printf("%d", temp);
+    TFT.locate(90,220); // x,y
+    printf("%d C", temp);
     
     }