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! Issue with Vector Renderer and Memory Allocation

 Hello everyone,I am trying to use the Vector Renderer to draw lines because it utilizes GPU2D, which offers faster rendering compared to the Canvas. Below is the code I am using for this purpose: void TestWidget::draw(const touchgfx::Rect& invalidat...

TerZer by Associate II
  • 465 Views
  • 2 replies
  • 0 kudos

TouchGFX没有生成新屏幕的转换声明代码是何原因

我在创建多个屏幕时遇到困难,目前,它已经有 5 个以上的屏幕,并且它们都可以通过代码正常工作(void FrontendApplicationBase::gotoMainScreenNoTransition() )但是当我尝试再添加一个屏幕时,TouchGFX没有生成屏幕新屏幕的转换声明代码,但并且在 FrontendApplicationBase.cpp 类中没有声明这一点:而对于所有其他屏幕,它生成了以下内容:void FrontendApplicationBase::gotoMainScr...

Resolved! DSI display is mirrored

I am working with a custom board I designed using this display(LINK) They provide init codes on the product page that I have integrated into my project but they do not provide any any porch, timing or polarity information.  I first setup LTDC and the...

1000000497.jpg Capture1.JPG 1000000496.jpg
brohr01 by Associate III
  • 2478 Views
  • 6 replies
  • 6 kudos

touchgfx and usb msc

hello, I need to use both touchgfx and usb msc host with stm32h743 in my project. they work fine separately , but when I add usb to my touchgfx project it does not work(all my usb implementations are based on controllerstech video). Do I need to do a...

Zakba.1 by Senior
  • 910 Views
  • 3 replies
  • 0 kudos