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

Committer:
Goji
Date:
Mon Sep 08 16:07:05 2014 +0000
Revision:
0:6fa19738f62e
Music Player for ARCH-PRO

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Goji 0:6fa19738f62e 1 // --------------------------------------------------------
Goji 0:6fa19738f62e 2 // mGTP.h (c) CopYright 2013-2014 Goji.
Goji 0:6fa19738f62e 3 // --------------------------------------------------------
Goji 0:6fa19738f62e 4
Goji 0:6fa19738f62e 5 #define BIT1(n) (1ul<<n)
Goji 0:6fa19738f62e 6 #define BIT3(n) (3ul<<n)
Goji 0:6fa19738f62e 7 #define BIT7(n) (7ul<<n)
Goji 0:6fa19738f62e 8
Goji 0:6fa19738f62e 9 int16_t TPC_getXYO(int16_t*, int16_t*);
Goji 0:6fa19738f62e 10 int16_t TPC_getXY (int16_t*, int16_t*);
Goji 0:6fa19738f62e 11
Goji 0:6fa19738f62e 12 #if defined(aitendo26)
Goji 0:6fa19738f62e 13 #include "aitend26.h"
Goji 0:6fa19738f62e 14
Goji 0:6fa19738f62e 15 #elif defined(mcufriend24)
Goji 0:6fa19738f62e 16 #include "mcuf24.h"
Goji 0:6fa19738f62e 17
Goji 0:6fa19738f62e 18 #endif