2021-01-15 09:25 AM
I'm new to ST products and am trying to run the LCD_DSI_VideoMode_SingleBuffer example on the Eversion VGG128017-C TFT screen. I get the backlight to turn on, but never see anything. Does anyone know of any specific drivers for the VGG128017 family?
Thanks
2021-01-21 01:53 AM
Hi @DHone.1 ,
Welcome on ST Community!
The example LCD_DSI_VideoMode_SingleBuffer is developed in a way that it matches the STM32F769I-EVAL hardware configuration.
It will work properly if you use the DSI to HDMI adapter board (B-LCDAD-HDMI1, MB1232) or the B-LCD40-DSI1 daughterboard (MB1166).
Step to follow to run the example are provided in the readme.txt file:
Now that you want to interface a different TFT display, it is required to add VGG128017-C as a new BSP component (under STM32Cube_FW_F7\Drivers\BSP) then adapt the example with these updates.
You can refer to AN4861 LCD-TFT display controller (LTDC) on STM32 MCUs for recommendations on how to use and configure the LTDC peripheral.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.