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

Letter spacing or tracking in TouchGFX

Has anyone here had experience with adjusting the letter spacing of a font in TouchGFX? Is it possible to do? For example, if the font needs to have 2px of letter spacing per design, how would you achieve that?Thank you,Sasha

SLapa.1 by Associate
  • 549 Views
  • 0 replies
  • 1 kudos

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
  • 1320 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
  • 719 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

Resolved! Depending on the stm32f746-disco version, the LCD touch operation of the code generated by TouchGFX does not work.

hello,For me stm32f746-disco has two versions.1) The first is the green PCB. The following label is attached. MBI1191 B-03 / 2154300550 -> LCD screen normal operation / LCD Touc normal recognition2) The second one is the blue PCB. The fol...

moon1003 by Associate III
  • 1741 Views
  • 4 replies
  • 0 kudos

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