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

Project doesn't compile with version V.19 : Object SoftwareMJPEGDecoder.obj specified more than once ; extras ignored

Hi,I just upgraded my touchgfx from version 16 to version 19 and I can't manage to make the project link because the SoftwareMJPEGDecoder.obj is duplicated. How can I resolve this error ?Also, I wanted to point out that the 'clean project' function c...

GMeur by Senior II
  • 376 Views
  • 0 replies
  • 0 kudos

STM32H747 Continuous DCMI buffering

I have started with the DCMI example, but I am trying to modify it to improve performance. The DCMI example calls BSP_CAMERA_Suspend/BSP_CAMERA_Resume for every frame. From my testing, this seems to reduce the framerate by half. I would like to co...

LCorb.2 by Associate II
  • 1733 Views
  • 3 replies
  • 0 kudos

Bsp examples are not working .

I have stm32f7508-DK ,i am trying to execute the project examples located in ,<STM32CubeF7-master\Projects\STM32F7508-DISCO\Examples\BSP><STM32CubeF7-master\Projects\STM32F7508-DISCO\Examples\LTDC>but i cant able to see any action on lcd display,whil...

Ss.61 by Associate III
  • 1822 Views
  • 4 replies
  • 0 kudos

Resolved! Hello friends, I am trying to better understand how data located at frame buffer address translates to what I am seeing on the LCD.

For example I have the following frame buffer data with mostly 0's and only the first value populated with a blue color.static const uint32_t image_data[480] = { 0x000000ff, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000...

0693W00000Ka8tkQAB.jpg 0693W00000Ka96jQAB.jpg
RMora.4 by Associate III
  • 1276 Views
  • 5 replies
  • 0 kudos

STM32H7B3I-EVAL + TouchGFX + FDCAN + "SD card"

I tried fdcan, touchgfx with stm32h7b3i-eval. I want to operate the SD card additionally, but it doesn't work.Here are the ioc settings:SDMMC1 -> SD 4bits Wide busFATFS -> check SD CardIf you disable "use dma tempate", it works, but if you want to us...

0693W00000LwksYQAR.png
HJang.2 by Associate
  • 878 Views
  • 1 replies
  • 0 kudos