2021-04-20 08:08 AM
Hi All,
I am trying to work out wiring for my discovery board with an ILI9488 TFT Display (MIPI-DBI 16 bit) and as I was going through Discovery board schematics for reference.
I checked the default board configuration in STM32CubeMx but the RGB565 (16) pinouts don't match with the one shown in schematics. For example:
Other then that, my TFT display is missing the HSYNC and VSYNC signals as the ILI9488 is configured in MIPI - DBI (16 bit) mode. Is there a way to configure LTDC without these signals? Below is a pinout for this display .. just need to figure out how to map them to STM32F429 using LTDC driver.
Regards,
Solved! Go to Solution.
2021-04-20 08:43 AM
Hello
>> here a way to configure LTDC without these signals? the answer is no.
RGB interface, needs the synchronization pulses to form the picture frame.
But you can connect it easily to FMC configured it as PSRAM /LCD.
2021-04-20 08:43 AM
Hello
>> here a way to configure LTDC without these signals? the answer is no.
RGB interface, needs the synchronization pulses to form the picture frame.
But you can connect it easily to FMC configured it as PSRAM /LCD.