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

Configuring project for Keil rather than EWARM

Hello everybodyI am trying to configure a project for STM32F746-DISCO board with TouchGFX using CubeMx. A new project.However , the article for configuring the board at this link explains the modifications needed for linker script and modifying the p...

Resolved! How to print a Dot "." in Touchgfx?

I need to take input fractional values from user through UI built via TouchGFX.There is a separate Dot button on my UI keypad. But, I am not able to print it on the screen.Please help me for above problem. Just a short clue on what to use will also b...

kvkhekale by Associate II
  • 1479 Views
  • 5 replies
  • 0 kudos

Help with an internal assert failure

I'm getting what looks like assert failures while running a TouchGFX project in Visual Studio.Its happening on two of my designed screens out of 12 so its likely something I've created but need a hint of where to look for the fault.It happens as soon...

View class inheritance

Hello,I am working now on project where screens have many things in common (slide menus, content etc). Is it possible to make a screen which will be the base class for further screens? Or I should make it a custom container?

maciek by Associate II
  • 718 Views
  • 2 replies
  • 0 kudos

STM32F769I-Disco with CubeMX + sw4stm32

Hello,I have tried to generate a simple GUI with touchgfx, CubeMX and sw4stm32 for stm32f769I-Disco. I used the guide "Configuring STM32F769I-Disco" from TouchGFX I have also read the Tutorial 10 from UM1718. But the GUI on the Screen does not look l...

0690X0000087qesQAA.png 0690X0000087qdQQAQ.jpg

DSI custom board problem with STM32F769BI MCU

Hello,I used STM32F769I-EVAL board as a design reference for custom board. However, I could not achieve correct operation of MB1166 LCD board which is connected via DSI. It works well on the evaluation board.When MCU tryies to display a picture, scre...

GSink by Associate II
  • 7393 Views
  • 16 replies
  • 0 kudos

Interfacing custom touch controller... Advice needed

Hi colleagues,I'm facing some problems interfacing the I2C touch controller of my LCD dislay.The board's LCD works perfect using only MXCube for hardware configuration and Attolic to debug.Please give me advice what will be the best way to make a cu...

HBosh by Associate
  • 534 Views
  • 1 replies
  • 0 kudos

moving to different package STM32F429ZI -> STM32F429II, is there anything to change on TouchGFX BSP?

hi, i'm developing a TouchGFX Designer based app on STM32F429I-DISC1 that's based on STM32F429ZI LQFP144 pin MCU. so far so good, but..we need more IO pins to they told me our custom board will be based on STM32F429II which is LQFP176. i asked them t...