STM32 MCUs TouchGFX and GUI

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

Display flickering STM32F746

Hello, I am using STM32F746 with FMC SDRAM, QSPI flash, DMA2D. I observed my display is flicking. You can check video using below link.https://drive.google.com/file/d/1j3uyyHWHlFO-fGW23RI33Iyos6meYaB-/view?usp=sharingAny suggestions for solving this ...

Resolved! Can't display TouchGFX graphics

Hello everyone. I am currently working with an STM32F469I-Discovery Board. I created my project using the STM32CubeIDE board selector and made my layout using TouchGFX. Both softwares communicate as it should and I can generate code from one software...

NKieg.1 by Associate III
  • 1802 Views
  • 11 replies
  • 0 kudos

Resolved! Unable to turn on the LCD screen on STM32F723E-DISCO

Hello, I'm working on a STM32F723E-Discovery and I'm trying to use the LCD screen.I can't even turn it on.There is a demo version that when I implement it, works correctly, the screen is functional. But the source code is not provided with the demo v...

SGROU.1 by Associate III
  • 3478 Views
  • 5 replies
  • 0 kudos

Resolved! x-cube-touchgfx is not compatible with stm32h747xi?

I try to create a graphic application based on stm32h747xi. When I tried to select x-cube-touchgfx in stm32cubemx. the option is gray and a warning says "this pac cannot be used on the selected MCU". Does stm32h747xi really not support x-cube-touchgf...

sliu.2 by Associate II
  • 1463 Views
  • 9 replies
  • 0 kudos

"uncover" transition

I want to have another screen "slide in" covering my main screen based on a button click. and then "slide out". The slide-in is the cover transition, how do I 'uncover' ??Thanks.Bob