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! GUItask

Hi @Martin KJELDSEN​ I added two tasks in main.cpp. If I added other tasks apart from GUItask, the LCD is displaying image. If I add vTaskDelay(40);, the image is show.n. Is it neccessary to add vTaskDelay in other task delay????Should I add vTaskDel...

Iswarya by Associate II
  • 565 Views
  • 1 replies
  • 0 kudos

How to generate a UI template

I have read the thread discussing this topic, but the resources it points to only covers Application Templates - not User Interface Templates.Is the packing of UI templates analogous to those of ATs or is it a different process altogether?

Resolved! Linker and Updater Issues

Hey,I tried generating an empty project using STM32CUBEMX (Followed instructions from: https://touchgfx.zendesk.com/hc/en-us/articles/360021620431-Configuring-STM32F429I-DISCO) When I try to compile the project in keil I get the following error:(Samp...

0690X00000886wOQAQ.png 0690X00000886wTQAQ.png 0690X00000886wYQAQ.png
pmath.5 by Associate
  • 800 Views
  • 2 replies
  • 0 kudos

STM32L DSI rxclkesc

Hello,I have 32L4R9IDISCOVERY board with round display. When I set clock configuration of MIPI DSI there is one error. DSI rxclkesc is same as DSI lane byte clock if lane_byte_clock is fed from DSI-PHY. For 32F469IDISCOVERY DSI clock setting there is...

0690X000008AJjAQAW.png

How to use Callback in touchgfx

Hello all,I am trying to configure a click event upon a scrollwheel for selecting an item.I am using Callback for achieving this.Inside a handleClickEvent(), I need to give a callback to a CallbackHandler function. This function will eventually call ...

kvkhekale by Associate II
  • 2502 Views
  • 3 replies
  • 0 kudos

Resolved! Program control reaching handleClickEvent, instead of handleDragEvent, upon drag action on touchscreen

Hello,I am configuring ScrollWheel on touchgfx.In order to select an option, I need to click on ScrollWheel.In order to browse all the options, I need to drag on ScrollWheel. So, I need both handleClickEvent() and handleDragEvent(). I also need to d...

kvkhekale by Associate II
  • 2343 Views
  • 5 replies
  • 0 kudos