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

STM32F429 SDRAM and NAND FLASH

Hi,I have a custom designed board with stm32f429iit6, external SDRAM (IS45S16400J) and external NAND flash (K9F2G08U0C).The SDRAM is connected to SDRAM bank 1 and the NAND flash is connected to FMC Bank 2.I’ve configured FMC with “STM32CubeMX�? and t...

Mpf.1 by Associate
  • 750 Views
  • 0 replies
  • 0 kudos

Not able to run the code into stm32h757i-eval board

Hello,I'm working with stm32h757i-eval board.I have generated a code using the example code for keypad from touchGFX.During the debug the below is the message i received.   -------------------------------------------------------------------          ...

Aarra.1 by Senior
  • 745 Views
  • 4 replies
  • 0 kudos

Hello, I am a newbie.I am building a UI simple one using the board STM32H7B3DK. When i run the simulator it gives the following error. Could anyone please help in this case. There is also error when i flash UI on board. I double check the board i selected

Run Simulator   Generate       Done   Generate Assets       make -f simulator/gcc/Makefile assets -j8       Reading ./application.config       Done   Post Generate       touchgfx update_project --project-file=simulator/msvs/Application.vcxproj       ...

Ali1 by Associate
  • 375 Views
  • 0 replies
  • 0 kudos

Assert Fault in Bitmap::getSizeOfBitmap(...)

Hi ST Community,we want to create a graph in a CacheableContainer.So far this works as well.As soon as an additional GraphElementArea is instantiated (not added to the graph) there is an assertion fault when drawToDynamicBitmap(....) is executed.The ...

JBenn.1 by Associate II
  • 518 Views
  • 1 replies
  • 0 kudos

Resolved! Show multiple lines in touchGFX text area

Hi,I would like to show dynamic text in text area with wildcard. The text contains the 'new line' character (\n) to jump to next line. for example: "First Line \n Second Line " will be printed to screen:First LineSecond LineTouchGFX does not recogniz...

ari_v2 by Senior
  • 1403 Views
  • 2 replies
  • 0 kudos

Resolved! can I code in c language for touch GFX?

Hello,I'm working with touchGFX and I'm a beginner in it.Please do not mind if the question is not proper.I have generated a code using touchGFX but the code generated is in cpp language.Is there any way if I can code for touchGFX in c language.Thank...

Aarra.1 by Senior
  • 1558 Views
  • 4 replies
  • 0 kudos