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/DEV/aitend26.h

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

File content as of revision 0:6fa19738f62e:

// --------------------------------------------------------
//  aitend26.h (c) Copyright 2013-2014 Goji.
// --------------------------------------------------------

#if defined(aitendo26)
//====================

// aitendo 2.6" for Arduino UNO[UNO026LCD7781TP]
// ST7783
// --------------------------------------------------------

/*
DigitalInOut U_A0(p15);     // Y- (A0)  p15 = P0.23
AnalogIn     U_A1(p16);     // X- (A1)  p16 = P0.24
AnalogIn     U_A2(p17);     // Y+ (A2)  p17 = P0.25
DigitalInOut U_A3(p18);     // X+ (A3)  p18 = P0.26
*/

#define TPC_XNON    ( 511)
#define TPC_XMIN    ( 602)
#define TPC_XMAX    (2940)
#define TPC_YNON    ( 471)
#define TPC_YMIN    ( 584)
#define TPC_YMAX    (2709)

#define TFT_RUN()   
#define TFT_STOP()  

void    TPC_Init(void);
int16_t get_pX(void);
int16_t get_pY(void);

//====================
#endif