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

mGTP/mGTP.h

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

File content as of revision 0:6fa19738f62e:

// --------------------------------------------------------
//  mGTP.h (c) CopYright 2013-2014 Goji.
// --------------------------------------------------------

#define BIT1(n)     (1ul<<n)
#define BIT3(n)     (3ul<<n)
#define BIT7(n)     (7ul<<n)

int16_t TPC_getXYO(int16_t*, int16_t*);
int16_t TPC_getXY (int16_t*, int16_t*);

#if defined(aitendo26)
  #include "aitend26.h"
  
#elif defined(mcufriend24)
  #include "mcuf24.h"

#endif