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

Why is the UI display on my screen distorting?

Hi,I have tried many times to configure touchGFX with cubeMx, and I was finally almost successful. My screen is 1024*600, and the driver chip is EK79001.Now the widgets shown on display are distorting(the image seems right), as below:But my designer ...

0693W00000aJs4xQAC.jpg 0693W00000aJs57QAC.jpg 0693W00000aJs5lQAC.png 0693W00000aJs6KQAS.png
Junde by Senior III
  • 2169 Views
  • 10 replies
  • 0 kudos

Resolved! Prevent double clicks on TouchGFX button

I have a TouchGFX project with some buttons used for navigating a menu. The problem is that for some reason every couple of touches is registered as a double click. So I click the touch button once, but the virtual function called by the click event ...

sute by Associate III
  • 1126 Views
  • 2 replies
  • 0 kudos

Resolved! Histogram X scale cannot be set to display only 1 bar

Hi,Scaling down an histogram graph to display only one bar triggers a "(min != max)" error.I need to display from 1 to 16 bars on my histogram.I use the setGraphRangeX(int min, int max) function for this.However, when I get down to 1 bar with setGrap...