Touchgfx 4.19 Jun 2026

: The TouchGFX Designer received a major UI overhaul for handling large amounts of text. It merged "single-use" and "resource" texts into a single grid and added features for grouping, searching, and easier translation.

TouchGFX 4.19 also brings significant performance improvements, particularly in the areas of and Animation . The graphics rendering engine has been optimized to provide faster and more efficient rendering of graphics, resulting in smoother and more responsive user interfaces. Additionally, the animation system has been tweaked to provide more realistic and engaging animations, making the overall user experience more enjoyable. touchgfx 4.19

| Issue | Workaround | |-------|-------------| | TextArea memory leak when using wildcard buffers | Set wildcard buffer size to max expected length +1 | | TouchGFX Designer crashes when importing large SVG files | Convert SVG to PNG (24-bit) before import | | DMA2D alpha blending fails on some STM32F7 revisions | Disable DMA2D for transparent images in touchgfx_cfg.h | : The TouchGFX Designer received a major UI