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 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! Error "No such file or directory"

I am trying to run a simple application with my Nucleo-L476RG where I only enable HSE clock and I activate the software pack TouchGFX, nothing else. Unfortunately I get these errors in STM32CubeIDE: No commands are in the main, only the usual init() ...

0693W00000Y8uh3QAB.png
mdiro by Associate III
  • 620 Views
  • 1 replies
  • 0 kudos

How to fix build errors in IAR EWARM V9.32.1 and/ or Keil uVision V5.38.0.0 for TouchGFX projects V4.21.1 and STM32CubeMX V6.7.0 ?

I created a very simple GUI in TouchGFX and generated the code. I then opened the .ioc file in ST32CubeMX and generated the code for each different IDE. The code works in STM32CubeIDE but fails for both EWARM and uVision. Obviously generating the cod...

GMcPh.1 by Associate II
  • 2378 Views
  • 5 replies
  • 0 kudos

Resolved! Issue: locked Elements don't stay where they are

After update TouchGFX 4.20.0 to 4.21.0, all fixed element on the screen don't stay where they are meant to be. I post the following image, in which the Text element and MORE-logo element are locked. But after simulation these elements are all arrange...

0693W00000Y7UVJQA3.png
JPan.4 by Associate III
  • 1132 Views
  • 4 replies
  • 0 kudos

Root folder image problem

I am working with touchgfx 4.20.When I have an image in the root folder of the touchgfx I am able to display the image on th e LCD but when I make a folder in root folder and move the image there it runs into a hardfault. Can you please help me with ...

rohan_m by Senior
  • 1093 Views
  • 7 replies
  • 0 kudos

DMA2D HAL_DMA2D_Start -> pdata(color) formar

HelloI got LCD 240x320 connected via SPI to my STM32f429. LCD interface is RGB565.I have created buffer uint8_t buffer[240*320*2]; so, 1st im filling buffer with red color: for (int i=0;i<240*320*2;i+=2){   buffer[i]=0xf8;   buffer[i+1]=0x00;   ...

aadam.1 by Associate
  • 965 Views
  • 1 replies
  • 0 kudos