9 years, 9 months ago.

Pin mapping TFT ILI9341 vs. Pin names FRDM-KL25Z

Hello Neil, I want to connect a popular TFT display based on ILI9341 driver but need the pin mapping ...

Can you explain which TFT port pins correspond with which portnames on the FRDM-KL25Z board ?

SeeedStudioTFTv2 TFT(PTB3, PTB1, PTB2, PTB0, PTD2, PTD3, PTD1, PTA5, PTC8, PTC9, PTA4);

Thank you

Michel

Question relating to:

A simple demonstration program for the Seeed Studio TFT Touch Shield V2.0 display, ILI9341, Seeed, Seeed Studio, Studio, TFT, touch

1 Answer

9 years, 9 months ago.

Hi Michel, the physical pinout is listed on the component page. Additionally, you can check the class pinout by opening SeeedStudioTFTv2.h and looking at the argument list for the constructor. For the latest version it's x+, x-, y+, y-, mosi, miso, sclk, csTft, dcTft, blTft, csSd.

Accepted Answer