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! Where did the touch driver code go?

I’ve updated to IDE 1.2.1 and GFX 4.13. After a HARD uphill struggle, I finally figured out how to get a screen running on a 746 Discovery board. I can’t find how to enable the touch controller, though. In the previous software, this functionality wa...

vince by Associate III
  • 6907 Views
  • 29 replies
  • 1 kudos

Text invalidate problem

Hello!I put textArea to Screen. Here is code from Screen1ViewBase.cpptempText.setXY(489, 143); tempText.setColor(touchgfx::Color::getColorFrom24BitRGB(0, 0, 0)); tempText.setLinespacing(0); Unicode::snprintf(tempTextBuffer, TEMPTEXT_SIZE,...

0690X00000DXIILQA5.png 0690X00000DXIIQQA5.png
EEuge by Senior
  • 603 Views
  • 1 replies
  • 0 kudos

Resolved! How to download and debug the stm32h750dk online application(out of box source code) with QSPI flash on IAR?

Hi,I am a new developer of stm32h750dk and not familiar with IAR.OS:Windows 10IDE:IAR 8.42.2Tools:ST-link V3 on stm32h750dk board.I generate stm32h750dk online application on touchGFX designer 4.12.3.​I know the flash on chip is designed for bootload...

0690X00000DXG5AQAX.png 0690X00000DXG5KQAX.png 0690X00000DXG5PQAX.png 0690X00000DXG5jQAH.png

How to change TouchGFX FrameBuffer to Big Endian?

Good afternoon all,I have an STM32 controlling a 320x240 LCD using an ILI9341 controller and communicating over a SPI interface. It all works perfectly, using my own interface routines, and almost works perfectly under my initial basic integration of...

NRobb by Associate III
  • 3198 Views
  • 9 replies
  • 1 kudos

Resolved! Changing wildcard text color?

Hi,I would like to announce measurement results also by text and change the text color based on the results. Green text for a pass, red for failure. How could I do this?

HHarj.1 by Senior
  • 2566 Views
  • 2 replies
  • 0 kudos

Resolved! Periodic update of container content

Hi,I have a few views. On each view there is a container (date, time) which has to be updated periodically (every minute) with the new date/time. This container is the same on every view.My idea is to go through the model with the modelListener. But ...

jimmii by Senior II
  • 823 Views
  • 2 replies
  • 0 kudos