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! How to choose QSPI Flash(nor flash or nand flash)and ram on stm32h7b0vb is enough for custom design?

Hi,I have a project under EVT situation.I will choose the stm32h7b0vb(128K Flash + 1.18M SRAM)as the mcu for the system.The main functions is below:1,Driver a tft-lcd with touch via LTDC interface,lcd size is 640*360 pixes support rgb888 and support ...

Integrating a Timer Interrupt with TouchGFX Graphics

I'm working with the STM32F769I-DISCO board.I initialized a timer with an interrupt in main.cpp and I put an infinite while(1) loop before all the TouchGFX graphics initialization functions. The interrupt works fine, toggling an LED every second.Howe...

TLahr.1 by Associate III
  • 1645 Views
  • 2 replies
  • 0 kudos

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
  • 6463 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
  • 557 Views
  • 1 replies
  • 0 kudos