Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years 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
10 years 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.