2022-08-02 01:44 PM
Hi,
We are currently using the STM32L4P5 Discovery Kit, and we were wondering if it is still possible to use it with TouchGFX Designer.
I tried creating a sample application, but our board was unavailable in the board selection menu. Does that mean it is not supported? Can we use another application to create the GUI if it's not?
And final question, the board is meant to be used with a 240x240 screen since it has an interface for that, but could we still attach an 800x480 display to it instead?
I apologize in advance for the lousy question. I have little experience using the STM32 boards or creating embedded GUIs.
Thanks and Regards.
2022-08-02 03:04 PM
Holding the frame buffer for 800x480x16bpp might be a bit of a challenge
2022-08-02 11:39 PM
Thank you for your answer.
Would using an external SRAM for the frame buffer be an acceptable solution? Or would there still be problems with bandwidth/something else?
2022-08-03 12:01 PM
Create project from CubeIDE and add TGFX package.
2022-08-05 02:44 AM
Maybe this video can help you doing what MM..1 suggests: https://www.youtube.com/watch?v=SRQD8JMeg_k
Skip the parts that are not applicable/interesting to you.
2022-08-05 04:11 AM
Thank you for the advice. I looked into it and got answers to some other questions as well.
2022-08-05 04:13 AM
Thanks for the link. I looked through that video yesterday and got answers to basically all the questions I had. I can also recommend it to other people struggling with the same problem.