I have a TFT display with touch (ili9341 / XPT2046) attached to my Teensy 4.1.
These pins are used:
When the onboard CFcard is accessed (using SdFat), the GUI will not react any more.
My question:
How is the onboard CF accessed? does the driver interact with the ports of my TFT?
These pins are used:
C:
#define ADAGFX_PIN_CS 0
#define ADAGFX_PIN_DC 5
#define ADAGFX_PIN_RST 3
#define XPT2046_CS 4
#define ADAGFX_PIN_MOSI 26
#define ADAGFX_PIN_MISO 1
#define ADAGFX_PIN_CLK 27
When the onboard CFcard is accessed (using SdFat), the GUI will not react any more.
My question:
How is the onboard CF accessed? does the driver interact with the ports of my TFT?