cancel
Showing results for 
Search instead for 
Did you mean: 

Newbie here, seeking guidance on getting started with TouchGFX

paken
Associate

Hardware: STM32H743, SPI2, DMA, TFT: 320×320, RGB565, DMA transfer, MX correctly configured SPI2 interface, CRC, MPU, DMA, touchGFX component...
When creating a new project in Designer, how do I select a template? Or guide me step-by-step to correctly start a HELLO interface.

 

*This post has been translated from Chinese to comply with the ST Community guidelines.

2 REPLIES 2
mƎALLEm
ST Employee

Hello,

Did you already refer to the TouchGFX page here?

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.
mathiasmarkussen
ST Employee

The basic process for getting started from scratch is outlined here: Board Bring Up Introduction | TouchGFX Documentation.

For an SPI display, this section applies:

3. Display with framebuffer in internal RAM | TouchGFX Documentation

Since the bandwith on single SPI is quite low, you might want to consider using a partial framebuffer, which is explained here:

Lowering Memory Usage with Partial Framebuffer | TouchGFX Documentation