2021-06-05 03:44 PM
Dear all, I bought a ILI9341 TFT from the TRU components with an Arduino connection. So the LCD board is compatible with my Nucleo STM32F446RE. It is my first project with a TFT. My first issue is that I dont' find easly the driver to use with STMCubeIDE. where can I find them?
Can I configure my LCD with TouchGFX software?
thanks in advance
Fausto
2021-06-07 02:02 AM
Hi,
I would advise to create a project from STM32CubeMX to configure your LTDC and create a TouchGFX project. Here is a link to the documentation to understand the steps to be able to run TouchGFX on your hardware.
For the drivers your should be able to find them under the <user name>/STM32CubeIDE/Repository/STM32Cube_FW_F4_V1.26.1 folder.
/Romain