example application with TFT display and SMS receive send

Dependencies:   C027 C027_Support SeeedStudioTFTv2 TFT_fonts UbloxUSBModem mbed

Fork of C027_DisplayTest by Michael Ammann

This is an application that combines several libraries together and demonstartes the use of cellular, GPS and a Touch enabled TFT on the u-blox C027 board. /media/uploads/mazgch/c027_display.jpg

Revision:
5:2d2a14f0e98d
Parent:
4:b18b0bc4142f
Child:
8:98b713c10d30
--- a/main.cpp	Fri Oct 25 13:06:15 2013 +0000
+++ b/main.cpp	Wed Nov 06 10:50:02 2013 +0000
@@ -54,7 +54,7 @@
     c027.mdmPower(true);
     c027.gpsPower(true);
     
-    GPSI2C gps;
+    GPSSerial gps;
     UbloxUSBGSMModem modem;
     size_t count;