2024-02-03 03:18 AM
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
Solved! Go to Solution.
2024-02-09 02:34 AM
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
2024-02-08 06:59 AM
Hello @Anassoumi,
Could you tell me what is the purpose of not using the generated code so I can help you?
Thank you.
2024-02-08 09:53 AM
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 .
2024-02-09 02:34 AM
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