STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

Bitmap caching and partial framebuffer

On a STM32F722xx board with no SDRAM, all I have are the 256KB or internal RAM and 512KB FLASH. I implemented PartialFramebuffer and got it working. To reduce the size of the FLASH image, I wanted to implement loading the bitmaps from the SD card.I f...

AIlie.2 by Associate II
  • 1051 Views
  • 2 replies
  • 0 kudos

In the ToughGFX Designer, select stm32f7508-disco with the same PCB shape to create a project and write to stm32f746-disco, and the touch works well.

​hello,​-> see previous question : https://community.st.com/s/question/0D53W00002FEx2TSAT/depending-on-the-​stm32f746disco version the lcd- ouch operation of the code generated by touchgfx does not work​As I asked before, I have a problem with the LC...

_legacyfs_online_stmicro_images_0693W00000bjKSDQA2.png
moon1003 by Associate III
  • 413 Views
  • 0 replies
  • 1 kudos

TouchGFX Designer 4.21.3: gcc/makefile_cm7:368: recipe for target 'generate_assets' failed makefile_cm7:49: recipe for target 'all' failed ../../gcc/Makefile:10: recipe for target 'flash' failed

I just installed TouchGFX Designer 4.21.3 yesterday and now whenever I try to run simulator or run target I get these errors: gcc/makefile_cm7:403: recipe for target 'CM7/TouchGFX/build/STM32H745I_DISCO/CM7/TouchGFX/gui/src/main_screen/mainVie...

_legacyfs_online_stmicro_images_0693W00000bilnzQAA.png

Moving images / resources to external flash

We have a custom STM32H7 2MB processor that we are running our project on fine.I am interested if it is possible / recomended to store all my images and fonts on our external 4MB flash ?The main reason i am looking to do this is to reduce the size of...