Music Player for ARCH-PRO

Dependencies:   GT20L16J1Y_font TinyJpgDec mbed

SeeedStudio Arch Pro + aitendo TFT-LCD w/Touch panel => .wav File Player
LPC1768 + aitendo TFT-LCD w/Touch panel => .wav File Player
http://goji2100.com/
/media/uploads/Goji/017s.png

Revision:
0:6fa19738f62e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mainconf.h	Mon Sep 08 16:07:05 2014 +0000
@@ -0,0 +1,24 @@
+// -- Board Select -----------------------------------
+  #define _ARCH_PRO
+// ---------------------------------------------------
+
+// -- TFT LCD / Touch Panel --------------------------
+  #define aitendo26
+//#define mcufriend24
+// ---------------------------------------------------
+
+typedef struct TFT_INFO TFT_INFO;
+struct TFT_INFO {
+    int xMIN;
+    int xMAX;
+    int yMIN;
+    int yMAX;
+    int TPC_xNon;
+    int TPC_xMin;
+    int TPC_xMax;
+    int TPC_yNon;
+    int TPC_yMin;
+    int TPC_yMax;
+    int TFT_devid;
+};
+