2025-02-21 02:58 AM
Hi Everyone
I am currently researching about the STM32H7S78-DK development kit and am exploring its graphics interface capabilities. I would like to know if STM or any other source provides reference code, example projects, or application notes demonstrating graphics implementation, such as GUI development, display interfacing, or Touch GFX integration on this kit or similar STM32H7-based development boards.
Additionally, if there are any Cube MX examples, firmware packages, or third-party resources specifically tailored for graphics applications with the STM32H7 series, I would appreciate any guidance or links to those materials.
Thank You
2025-02-21 05:11 AM
Hello @hvs_learn ,
The STM32H7S78-DK has very good graphic capabilities as it is a high performance MCU (H7 family) and because it embeds both the Chrom-ART and NeoChrom graphics accelerator.
When you buy the STM32H7S78-DK board, it comes with tailored graphical application displaying its capabilities and showing the MCU usage (in %) and the frames per second (capped at 60fps because the human eye don't see a lot of difference past this point).
Other than that, you can create a new project in TouchGFX Designer by selecting the STM32H7S78-DK board, then go to Edit => Import => GUI => Demo and there you will see the compatible demos (note that they are not tailored specifically for the STM32H7S7-DK but they would work very well and run smoothly while using SVG, gradients, etc).
Finally, we will publish example projects using the STM32H7S78èDK on the product's page.
Regards,