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

Resolved! "No Rule to make target" error

Project created in: TouchGFX Designer Board used: STM32F469I-Discovery BoardGenerated code in TouchGFX Designer TouchGFX Designer also creates STM32CubeIDE applicationReplaced the name in .project folder. "<name>STM32F469I-DISCO</name>" with my Proje...

Sayali by Associate II
  • 5132 Views
  • 4 replies
  • 0 kudos

Errors after generating code with TouchGFX Generator

Hello,I'm using the Mikromedia 7 Capacitive with the STM32F476ZG MCU. I'd like to make an application with TouchGFX. I followed the Generator User Guide but as soon as I tick Graphics Application from X-CUBE-TOUCHGFX, it generates two errors in app_t...

0693W00000D0am3QAB.png 0693W00000D0ammQAB.png
MLair.1 by Associate III
  • 823 Views
  • 4 replies
  • 0 kudos

Resolved! Can we have a scrollbar on Scroll List Container?

Let say I define a 'Scroll List Container' in my Screen1 view. Inside the container I insert many items to the point they don't fit to the container view size. Is there anyway we can have scrollbar say on the right of the list and user can move up an...

BParh.1 by Senior III
  • 1029 Views
  • 5 replies
  • 0 kudos

Touchgfx and external flash with quadspi

Hi guys... I am trying to udpate an external flash during the booting process. We already developed an external loader which is working fine when we use it with stm32cube programmer. I developed a code for loading a file from a usb key and calling a ...

SGasp.1 by Senior
  • 834 Views
  • 0 replies
  • 0 kudos

Resolved! change screen from Model.cpp

Hi I'd like to change screen from Model.cpp, regardless the screen I'm currently in.Is there a solution without implementing a method that changescreen in each screens ? Thanks !