STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 906 Views
  • 0 replies
  • 2 kudos

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

TouchGFX documentation feedback

We wish to always improve our documentation. The best reviews and critics always come from the people that read it, so we would like to use this post to collect your thoughts and feedbacks. Please share what you like, dislike, what you think is missi...

Share your Custom Widgets!

When creating a UI project, you may need widgets that are not part of the TouchGFX library. To create your own graphical element, the TouchGFX team suggests using the Custom Container approach. Since TouchGFX 4.20 it is possible to export and import ...

QSPI XIP with TouchGFX

Our STM32L4S7 project is consuming internal flash much faster than we expected despite the fact that we've taken steps to move as many assets into external flash as we can, including SVG images.Our next approach is to see if we can split the TouchGFX...

ikendal by Associate
  • 349 Views
  • 1 replies
  • 0 kudos

Container caching question

Hello,I would like to improve the performance of a scrollable container by caching its sub-containers.My framebuffer is in ARGB2222 mode.My current problem is that I always get a Hardault for unaligned access even if my framebuffer is in a MPU region...

i2399 by Associate II
  • 315 Views
  • 1 replies
  • 0 kudos

Mix and Merge screens outside TouchGFX

 In TouchGFX online docs there is a Tip that I think it would be very interesting going deeper into.Are there examples? Someone tried this way? "Code StructureTIPOf course you do not need to use any features of the code generated by TouchGFX Designer...

Draw transparent rectangles

Hi there. I'm trying to figure out how to draw/fill rectangle with transparency. I can fill opaque rectangles without issues. I am using `stm32h750`, 320x240 ILI9341 LCD which supports RGB565 buffers. Below is the code that kinda works, but it genera...

brbrr by Associate II
  • 955 Views
  • 7 replies
  • 0 kudos

Implementing my library

Hello, I am having problems adding my library to my project. I added the .h file to Core/Inc and my .c file to Core/Src. I included the .h in Model.cpp since that is where I want to use it. I can use the definitions that are in my header file but not...

MexiAxel by Associate II
  • 661 Views
  • 6 replies
  • 0 kudos