9 years, 6 months ago.

How to use TFT Touch Shield v2 with STM32F401 Nucleo F401RE ?

Could you tell me the steps to do? Please tell me or give advice. Because I had just start using.

1 Answer

9 years, 6 months ago.

Have you test this program :

http://developer.mbed.org/teams/shields/code/Seeed_TFT_Touch_Shield/file/a717ac467c2e/main.cpp

It should be working out of the box to test ...

This lib is a fork of mine, so see : http://developer.mbed.org/users/dreschpe/code/SPI_TFT_ILI9341/

for documentation of the graphic functions.

For using the touch function have a look to : http://developer.mbed.org/users/dreschpe/notebook/micro-paint/

The touch function will work same.