Added LCD/SD pinouts from example code that was tested separate of the main project
This commit is contained in:
parent
6a242a25c1
commit
9c5f16fd41
|
@ -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
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
Reference in a new issue