Skip to main content
This topic has been closed for replies.

4 replies

HP_it
Senior II
December 5, 2019

the video is made for the parallel interface (LTDC) on the 746 and not the DSI interface of the 769i. I am the one who made it..

I would imagine that you have to look into the setup of the DSI interface and figure out the settings that are somehow wrong in the CubeMX generation. Have a look at how the interface is configured in the TouchGFX generated code

BPeda
BPedaAuthor
Associate II
December 5, 2019

i also tried in stm32f429I, it is LTDC interface, after flash the code in this discovery board it shows dots

HP_it
Senior II
December 5, 2019

does it work with a project generated using TouchGFX designer? If so, you'll have to look into the display settings in that project and find the differences

BPeda
BPedaAuthor
Associate II
December 5, 2019

it worked in touchgfx by run target

BPeda
BPedaAuthor
Associate II
December 5, 2019

how can i change the display settings in the project

HP_it
Senior II
December 5, 2019

If you followed the video you will have access to the display setup in the .ioc file (opening the cubeMX settings).

These settings should be written in the TouchGFX config/init methods.