SimonBoonstra
Member
Hi,
I have this DISPLAY_ILI9341_TOUCH_32 with the red PCB from the PJRC store. I use it together with a Teensy4.1 board.
Now I'm unsure how to hook it correctly up. Because there are different information available. On the PJRC website it is mentioned that Reset should be connected to 3V3 and T_CS to Teensy4.1 Pin8.
I use it together with the Library: ILI9341_t3n library.
In the examples of this library there are always the ILI_9341_RST pin defined as pin 8 which is already occupied by T_CS according to the PJRC Website.
Code snippet from the examples folder:
So I'm confused what's correct for the Reset pin. Should it be connected to 3V3 or to pin 8?
I have also read on the adafruit website that reset should be connected to a pin so that the library can take care of the reset function.
But I'm not sure if this is specific to the adafruit displays or if this is in general.
I have also drawn a schematic and attached it with above the information from the PJRC website and one how I think it should be connected according to the examples.
Therefore much apprechiated if somewone could give me advice for the hookup.
Best regards
Simon
I have this DISPLAY_ILI9341_TOUCH_32 with the red PCB from the PJRC store. I use it together with a Teensy4.1 board.
Now I'm unsure how to hook it correctly up. Because there are different information available. On the PJRC website it is mentioned that Reset should be connected to 3V3 and T_CS to Teensy4.1 Pin8.
I use it together with the Library: ILI9341_t3n library.
In the examples of this library there are always the ILI_9341_RST pin defined as pin 8 which is already occupied by T_CS according to the PJRC Website.
Code snippet from the examples folder:
Code:
#define ILI9341_CS 10
#define ILI9341_DC 9
#define ILI9341_RST 8
ILI9341_t3n tft = ILI9341_t3n(ILI9341_CS, ILI9341_DC, ILI9341_RST);
So I'm confused what's correct for the Reset pin. Should it be connected to 3V3 or to pin 8?
I have also read on the adafruit website that reset should be connected to a pin so that the library can take care of the reset function.
But I'm not sure if this is specific to the adafruit displays or if this is in general.
I have also drawn a schematic and attached it with above the information from the PJRC website and one how I think it should be connected according to the examples.
Therefore much apprechiated if somewone could give me advice for the hookup.
Best regards
Simon

