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

Problem: how get data of DCMI and stored in other memory (flash ic & sd card & etc.) without stored full data in internal sram?

hi everyone i use stm32f407vg, camera ov7725(equal with ov7670) and spi flash ic w25q128.now program working with HAl DCMI DMA for get data RGB565 of ov7725 and stored in sram and show in tft lcd but need to large memory.add spi flash ic for stored.P...

kshin.111 by Associate III
  • 820 Views
  • 3 replies
  • 0 kudos

Resolved! Translation TextArea with Wilcard

I have implemented a TextArea without wildcards to display fixed Chinese content. I have now created a TextArea with wildcards and want to dynamically display any Chinese content in the TextArea buffer. But so far all that has shown is "??? ". How to...

lxw by Senior
  • 1061 Views
  • 4 replies
  • 1 kudos

Resolved! touchGFX guiTask It runs for a few minutes and stops.

hi all.I use touchGFX with FreeRTOS.My other Task is working fine. However, A few minutes after the system starts, the touchGFX task is blocked and will not run. This phenomenon occurs more quickly when the 16-bit control is performed than when the e...

ikassma by Senior
  • 1222 Views
  • 6 replies
  • 0 kudos

Resolved! Display Issue using Text Wildcard Buffer

Hello,I have a display issue when I using the wildcard buffer.I already used wildcard buffer by the past on a previous version of touch GFX.I created a new project for a custom board and the problem is that I can't modify a text with the wildcard buf...

ALuca by Associate II
  • 2018 Views
  • 7 replies
  • 0 kudos

Please separate TouchGFX subforum

The topics discussed for TouchGFX are completely orthogonal to the STM32 related issues.I'd also suggest to separate CubeMX/CubeIDE to separate subforum as issues tagged so are also in the vast majority of cases completely unrelated to STM32.JW

Custom container with button to call virtual fuction

Hi everyone, I try to make a custom container from TouchGFX Designer and I would like one of button in the container to call a function in view class. After generating code, I saw that the button call back is already generated and call the function n...

wu ryan by Associate II
  • 1323 Views
  • 1 replies
  • 0 kudos