sd card and tft

Dependencies:   MMA8451Q SDFileSystem SPI_TFT_ILI9341 TFT_fonts mbed

Fork of TFT_test_frdm-kl25z by Motoo Tanaka

Revision:
1:39218b891bf3
Parent:
0:6b8a2d4c88b3
Child:
3:955860740bd0
--- a/main.cpp	Fri Oct 31 01:16:01 2014 +0000
+++ b/main.cpp	Fri Oct 31 01:26:53 2014 +0000
@@ -9,6 +9,15 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+ 
+ /* 
+  * Note: This program is derived from the SeeeStudioTFTv2 program.
+  * Although both program share same ILI9341 TFT driver,
+  * the touch sensor was not same with the Display I purchased from Akizuki.
+  * http://akizukidenshi.com/catalog/g/gM-07747/
+  * The touch sensor on the display is STMPE610,
+  * so I hacked the minimum spi driver for it (polling mode only).
+  */
 
 #include "mbed.h"
 #include "MMA8451Q.h"