2020-10-21 02:57 AM
Hi ST Team, Current we using an TFT LCD Drv (ST7701) without GRAM. So we have to use DSI in video mode. But it's hard to understand the required DSI video mode configurations. So we need Dsi video mode code working sample.
After Surfing the Stm32 Application notes, we found the following Doc;
But it didn't help much. So the DSi sample code will a lot.
2020-10-21 04:55 AM
Aren't there examples related to the STM32F769I-DISCO ?
2020-10-21 05:32 AM
unfortunately, No.
There is samples for TFT Lcd Drv with Gram. So they are using Command mode.
2020-10-21 05:46 AM
I'm pretty sure that it is using the LTDC/DSI to pump data real time, at pixel clock frequencies
2020-10-21 06:23 AM
I would appreciate your help if you referred to the sample you mentioned.
2020-10-21 07:06 AM
STM32Cube_FW_F7_V1.14.0\Drivers\BSP\STM32F769I-Discovery\stm32f769i_discovery_lcd.c
STM32Cube_FW_F7_V1.14.0\Drivers\BSP\Components\adv7533\adv7533.c (USE_LCD_HDMI fork)
2020-10-21 01:42 PM
I test one demo project 469 simply convert from command mode to video mode . When i rememmber open ioc and change mode setup. Regenerate code and try .
2020-10-26 12:56 AM
Thanks for your help, I wanted to ask if there is sample for dsi video mode with TouchGFX?
2020-10-26 12:57 AM
Hi Clive, Thanks for your help. I wanted to ask there if is sample for dsi video mode with TouchGFX?
2020-10-28 03:42 AM
Hi every one, there is an update, now the lcd is working but the image on the screen is flickering. so. is that timing error?