Added LCD/SD pinouts from example code that was tested separate of the main project

This commit is contained in:
Mike C 2013-04-06 02:44:59 -04:00
parent 6a242a25c1
commit 9c5f16fd41

View file

@ -18,6 +18,11 @@
#define cancelButtonLed 24 #define cancelButtonLed 24
#define pspXPin 0 // After GND / @ edge #define pspXPin 0 // After GND / @ edge
#define pspYPin 1 // Between VCC and gnd #define pspYPin 1 // Between VCC and gnd
// LCD Pinouts
#define SD_CS 7 // Chip select line for SD card
#define LCD_CS 53 // Chip select line for TFT display
#define LCD_DC 9 // Data/command line for TFT
#define LCD_RST 8 // Reset line for TFT (or connect to +5V)
// Don't change anything below here // Don't change anything below here
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------