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

mainconf.h

Committer:
Goji
Date:
2014-09-08
Revision:
0:6fa19738f62e

File content as of revision 0:6fa19738f62e:

// -- 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;
};