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

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
  • 570 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
  • 3030 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
  • 2491 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
  • 795 Views
  • 2 replies
  • 0 kudos

Resolved! Problems in developing a custom external loader.

H​ello.I am trying to make a touchgfx demo using stm32f767 apollo board.However, I was stuck while applying a custom external loader using w25q256.I've modified the code from my existing 746-disco demo and it doesn't work at all.Dose anyone have exam...

YJMoon by Associate III
  • 1756 Views
  • 7 replies
  • 0 kudos