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

How to scroll text from right to left ?

Hi ,I have just started using the TouchGFX designer but I am facing some issues which are as below:1) If I modify the font size for one text area then it automatically modifies the size for other text area. How to fix this ?2) I am not able to modify...

Shree by Associate II
  • 1150 Views
  • 4 replies
  • 0 kudos

Text Direction in STemWin

Hello everyoneDoes anybody know how do I change the text direction in STemWin library? I mean I want write on LCD in the right to left direction (Arabic Fonts)

Ahaji.1 by Associate II
  • 367 Views
  • 0 replies
  • 0 kudos

How to update the values of scroll wheel ?

Hi ,I have developed the scroll by by referring some demo application but it always shows the default value only. How can I update the values in scroll wheel. I want to show the scroll wheel for values 5 to 45 with Current, previous and next value vi...

Shree by Associate II
  • 454 Views
  • 1 replies
  • 0 kudos

Data corruption when using D-Cache on STM32F7508-DK

I have an unsophisticated system. RAM/Flash internal to the F750. Running perfectly at 200 MHz, many UARTs and other peripherals, displaying data/status on LCD screen. Compiled with Keil free uVision V5.27.1.0 with no errors and no warnings.Enabled I...

DRobe.4 by Senior
  • 1242 Views
  • 7 replies
  • 0 kudos

"TouchGFX Run Simulation is not working" <Condtions> TouchGFX 4.13.0 Designer Window10 32bits STM32F7508-DK(Application Template)

<Symptom>1)touchgfx update_project --project-file=..\EWARM\STM32F7508_DISCO.ewp --gui-group-name=Application/User/TouchGFX/gui --generated-group-name=Application/User/TouchGFX/generated && touchgfx update_proect --project-file=simulator/msvs/Applicat...

YKim.11 by Associate
  • 783 Views
  • 3 replies
  • 0 kudos

Resolved! Touchgfx and FSMC

As far as I searched, I couldnt find any instruction on using Touchgfx via fsmc. Even examples on Touchgfx designer was to use LTDC feature of microcontrollers. I wonder if developers of touchgfx has extend their platform to FSMC or if they have any ...