I'm using Teensy 4.1 and I want to add the Rev D2 audio shield, but some the pins it connects to are already being used, does the shield need exclusive access to all of the pins it connects to or are there some I can connect other things to as well? The pins I need alternatives for are marked ***
NeoTrellis: 19 ***, 18 *** (I've tried to use the SCL2 and SDA2 pins but cant get it to work).
IL9341 Display
#define TFT_DC 9 ***
#define TFT_CS 10 ***
#define TFT_RST 8 ***
#define TFT_SCK 13 ***
#define TFT_MISO 12 ***
#define TFT_MOSI 11 ***
#define TOUCH_MOSI 26
#define TOUCH_MISO 39
#define TOUCH_SCK 27
#define TOUCH_CS 38
The alternate pins listed on the IL9341 info page are 9, 15, 20, 21 but these are all used by the audio sheild.
NeoTrellis: 19 ***, 18 *** (I've tried to use the SCL2 and SDA2 pins but cant get it to work).
IL9341 Display
#define TFT_DC 9 ***
#define TFT_CS 10 ***
#define TFT_RST 8 ***
#define TFT_SCK 13 ***
#define TFT_MISO 12 ***
#define TFT_MOSI 11 ***
#define TOUCH_MOSI 26
#define TOUCH_MISO 39
#define TOUCH_SCK 27
#define TOUCH_CS 38
The alternate pins listed on the IL9341 info page are 9, 15, 20, 21 but these are all used by the audio sheild.