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

X-CUBE-TOUCHGFX 4.26.1 is out!

TouchGFX 4.26.1 is now out. Please follow this link to download it.This version is a patch release and includes bugfixes of issues seen on TouchGFX Designer 4.26.1 version, as well as adding support of the new STM32H5F5 and Chrom-ART 2.Please visit o...

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

How to buy Quctel UG96 (Cell01) and TFT display ( LCD FRD154BP2902-CTP) module to interface with STM32L496G ?

Hello,we are working on P-l496G-Cell01 board. we compile and debug demostration code which work fine. Now we want to buy Cell01(Quectel UG96) ,Cell02 (Quectel BG96), and TFT display (LCD FRD154BP2902-CTP).Please anyone suggest me how and where we c...

SPinj by Associate II
  • 2776 Views
  • 6 replies
  • 0 kudos

Resolved! Demo source code of touchgfx_demo2014_240x320

I'm looking for the source code of touchgfx_demo2014_240x320, I could only find the .hex file for the STM32F429I-Discovery board. It used to be available in old versions of TouchGFX designer under <touchgfx install dir>/app/demo/. Thanks in advance.

BUG? STemWin libraries not included in project

I'm trying to play with STemWin (I can't use TouchGFX because I'm on Linux) on the STM32F429iDiscovery board. When I create my project in STM32CubeIDE and build, it's clear that the STemWin libraries are not part of my project. I can create a folder ...

TouchGfx wrong code generating, need help fix

My touchGfx is apparently doing a bad code generation, i'll explain better.I had a screen, let's say named fooScreen, so touchGFX generated fooScreenViewBase, fooScreenView and fooScreenPresenter.Now, i renamed the screen in barScreen (ok, not really...

Zui by Senior
  • 1460 Views
  • 5 replies
  • 0 kudos

Error during code generation

I selected "STM32F769I-DSCO" and configured "Tiled imgae" and executed "Generate code", "Error during code generation" occurs.However, if you run the same procedure and method on another PC, the code will be generated normally.It is a symptom to remo...

0690X000008vtVCQAY.png
sKang.3 by Associate
  • 1097 Views
  • 3 replies
  • 0 kudos

TouchGFX Scroll Whell

https://touchgfx.zendesk.com/hc/en-us/articles/207282555Hello I need to make a scroll whell just like specified at link above. But I think that this article needs to be improved more.When I apply the steps in this article, all the icons and texts in ...

Cevdet by Associate III
  • 1244 Views
  • 1 replies
  • 0 kudos

STM32H743 QSPI FLASH

Hi all,​Recently, I build a project with TouchGFX for STM32H743,and the total files are more than 2MB,so I have to use external flash memory(W25Q256).​Then, I am trying to use QSPI interface to connect external memory and execute in interrupt method....