Skip to main content
Anassoumi
Associate III
February 3, 2024
Solved

Configuring stm32f429I discovery board with touchgfx package

  • February 3, 2024
  • 1 reply
  • 3046 views

I've conducted tests on the display driver code for initializing the screen on the Discovery board and successfully displayed images by assigning their data to the specified framebuffer. Now, I aim to integrate the display transfer into TouchGFX without relying on the code generated by the TouchGFX Designer, i have already installed the touchgfx package , configured the ltdc and the rgb ,spi pins ., any guidance regarding this ? thank you

This topic has been closed for replies.
Best answer by LouisB

Hello Anassoumi,
 

If you dont want the generated code and want to understand how the engine works, I'll recommend you to check the documentation here: 

https://support.touchgfx.com/docs/development/touchgfx-hal-development/touchgfx-al-development-introduction
Also, you can generate the code in Designer and inspire yourself from it in order to write your custom code.


I hope this answer your question.

Best regards, 
Louis 

1 reply

ST Employee
February 8, 2024

Hello @Anassoumi,
Could you tell me what is the purpose of not using the generated code so I can help you?
Thank you.

Anassoumi
AnassoumiAuthor
Associate III
February 8, 2024

Hi Louis , I have managed to display graphics without using the touchgfx , the main reason why i avoid generated code is because i work with custom boards so i had to understand how the touchgfx engine works in order to integrate it successfully .

LouisBBest answer
ST Employee
February 9, 2024

Hello Anassoumi,
 

If you dont want the generated code and want to understand how the engine works, I'll recommend you to check the documentation here: 

https://support.touchgfx.com/docs/development/touchgfx-hal-development/touchgfx-al-development-introduction
Also, you can generate the code in Designer and inspire yourself from it in order to write your custom code.


I hope this answer your question.

Best regards, 
Louis