STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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 ...

TouchGFX Partial framebuffers, Example/Help?

Hi, I am using a Nucleo F401RE with ILI9341 LCD Display and Touchgfx. I have managed to get the display working with a single framebuffer but the RAM on the MCU isnt capible of handling the full screen size (320 x 240), so i will have to use partial ...

MikeP by Senior
  • 709 Views
  • 1 replies
  • 0 kudos

touchgfx - binary has debug info?

Hello, I was looking at the microcontroller binary of a project that I'm using the touchgfx library and something is getting my attention. There is a big part of the file that contains a lot of code information from the touchgfx library. I don't thin...

0693W000001slKKQAY.png
SGold by Associate II
  • 580 Views
  • 1 replies
  • 0 kudos

Inconsistent asset generation

I can correctly convert the assets from inside the Designer, either with "Run simulator" or "Generate code" (which I assume are identical, as far as converting assets goes).I selected "remap texts" from the config options in the Designer.Indeed, the ...

SZano by Associate III
  • 624 Views
  • 1 replies
  • 1 kudos

Simple Example for a Pick List

Does anyone have a simple example for a picklist? I tried making a custom contrainer for a "pick list item" then I used a scrollwheel container to make a list. But how do I edit the code to change the names of the items? I tried following the example...

MThom.2 by Associate II
  • 913 Views
  • 3 replies
  • 0 kudos