Skip to main content
Vivek yadav1
Associate III
April 16, 2021
Question

Problem in interfacing with 2.8 " TFT ( ILI9341 ) with STM32F407VG board.

  • April 16, 2021
  • 1 reply
  • 2083 views

I am trying to interface a TFT which has ILI9341 driver with Touch capability.

It is not giving any response.

I am using Keil IDE + STm32F407VG board + 2.8" TFT.

0693W000008zl0bQAA.jpg 

For more information You can check my code which I attached with it.

Thanks

This topic has been closed for replies.

1 reply

Vangelis Fortounas
Associate II
April 16, 2021

Hello

the SPI clock divider is set for 84 MHZ spi clk but ILI9341 accepts 10 MHZ max. ( observed that can be overclocked up to 40+ Mhz)

I found also in ILI9341_Driver.c line 146 that he command 0x28 is to turn off the display. Change it with 0x29 to turn on the display.