2026-03-05 3:39 AM - edited 2026-03-06 1:09 AM
TouchGFX 4.26.1 is now out.
Please follow this link to download it.
This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.
Please visit our dedicated website for STM32H5 graphics to know more about high performance graphics on our most powerful Cortex-M33 MCU.
Release details:
Enjoy this new version :)
2026-03-23 11:43 AM
Let's say I wanted to change the .ioc dependency to a CMakeLists.txt file on a current project. Is that possible? My recent projects don't even use .ioc files for ease of maintenance and to remove the need for another tool.
2026-03-24 7:15 AM
Hello @MillerWeldsJack ,
If the project does not include an ioc file, updating the project to a newer version of TouchGFX is more difficult. You can copy updated code from another project that uses the latest version of TouchGFX; however, this process is not trivial.
2026-03-24 7:22 AM
Fair enough. We will continue developing as-is, then. I'd urge the team to continue to decouple from the CubeMX tool. While I understand the benefits for quick hardware setup and prototyping, it becomes an obstacle with version control and reuse across projects. This update is definitely a step in the right direction, from our team's perspective.
Thanks for the speedy reply.
2026-04-08 8:33 AM
Hi @Osman SOYKURT ,
Do your team have any plans for TouchGFX to support automatic updates or allow updating directly from an existing version, instead of requiring users to download and install a new version each time an update is released?
2026-04-10 1:10 AM
Hello Duc,
Thank you for your idea. Yes, this is under consideration, but since our program is very linked to other ST programs like STM32CubeMX or STM32CubeProgrammer, we are trying to find a way to install the "full" package instead of just TouchGFX.
I'll let you know if we come to a conclusion on this.
2026-04-22 3:04 AM
Hello MillerWeldsJack
I just want to clarify that that you should be able to migrate your project simply by opening your .touchgfx file in TouchGFX Designer 4.26.1 and clicking "Yes" to the migration process. After this, you should able to update your project reference to be the CMakeLists.txt file.
Be aware that your might need to adapt your TouchGFXHAL/target files to be compatible with the new version of TouchGFX libraries. This adaption is normally done by the X-CUBE-TOUCHGFX in STM32CubeMX.
Best regards
Peter