cancel
Showing results for 
Search instead for 
Did you mean: 

ILI9341 TFT with nucleo STM32F446

FTrom
Associate II

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

1 REPLY 1
Romain DIELEMAN
ST Employee

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