From 9c5f16fd419a0071cddfba5a7ef83b759ba38894 Mon Sep 17 00:00:00 2001 From: Mike C Date: Sat, 6 Apr 2013 02:44:59 -0400 Subject: [PATCH] Added LCD/SD pinouts from example code that was tested separate of the main project --- Universal_Serial_Adapter/Project.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Universal_Serial_Adapter/Project.h b/Universal_Serial_Adapter/Project.h index 11208f7..337225f 100644 --- a/Universal_Serial_Adapter/Project.h +++ b/Universal_Serial_Adapter/Project.h @@ -18,6 +18,11 @@ #define cancelButtonLed 24 #define pspXPin 0 // After GND / @ edge #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 // -----------------------------------------------------------------------------