Associate III
February 23, 2021
Question
KD050FWFIA019 LCD about how to drive LCD Display (ILI9806E, MIPI)
- February 23, 2021
- 1 reply
- 1173 views
It has been trying ILI9806E MIPI LCD for several weeks.
According to manufacturers, the init code of LCDs is done by LCD itself, so only the MIPI interface needs to be connected.
The board I use connected the LCD 25Pin to the 20Pin of the KD050FWFIA019 on the stm32f469i_Discoveryboard.
IOVCC, TE, RESET, MIPI_D1P, MIPI_DIN, MIPI_CLP, MIPI_CLN, MIPI_D0P, MIPI_D0N (
I used to set it to LTDC (MIPI), but is there anything else I should do in the setting?)
I would like to try HAL_DSI_PatternGeneratorStart(), please advise me how to set up the driver.
MX_DSIHOST_DSI_Init();
MX_LTDC_Init();
Can you explain the setting?
