Ask how to control the LCD of the stm32f469i_Discovey board
I am developing with stm32f469i_Discovery board.
The development board is a 4-inch LCD and what I need is a 5-inch LCD.
While searching for 5-inch LCDs, it found ILI9806E Control IC products.
I am looking for an LCD driver for a test with a 5-inch LCD instead of a 4-inch LCD, and I have a question, so I ask someone to answer it.
The development board's LCD is the MIPI interface. I saw the circuit diagram of the development board, and I understand that the control pins are connected to the HS_D0P, HS_D0N, HS_D1N, HS_CP, and HS_CN pins.
But if you look at the initialization code on the development board,
MX_LTDC_Init();
I think the square part is not MIPI interface but I2C communication to initialize LCD Control IC...
Can you tell me what your configuration is on this stm32f469i_Discovey board?
