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

Resolved! Which fonts are in TouchGFX by default?

Our designer can't access TouchGFX Designer directly for font selection.So we need a list of all fonts which are in TouchGFX designer by default to provide him for selection.Unfortunately I did not find such a list online (e.g. on Texts and Fonts | T...

AUnte.1 by Associate II
  • 649 Views
  • 1 replies
  • 0 kudos

error in TouchGFXDesigner

I created a project in STM32cubeIde to which I connected a graphic but when I generate in code in TouchGFXDesigner 4.17.0 I fail returning this error how can I solve itGenerate Code Generate Done Generate Assets make -f simula...

Icont.1 by Associate II
  • 351 Views
  • 0 replies
  • 0 kudos

STM32CubeIde project with TouchGfx

I have a project created with STM32CubeIde 1.7.1 in which through the configuration of the.ioc file I initialized a TFT screen. I followed a tutorial to make the correct configurations : https://www.youtube.com/watch?v=SRQD8JMeg_k but at the time of ...

0693W00000GXM0cQAH.png
Icont.1 by Associate II
  • 404 Views
  • 0 replies
  • 0 kudos

touchGFX call stack is not entering tick function

hello.touchGFX in the project I set is not going to tick. it is going to :touchgfx::HAL::taskEntry() , OSWrappers::waitForVSyncI need it to go to :touchgfx::HAL::taskEntry() , touchgfx::HAL::tick() , FrontEndApplication:handleTickEvent(), Model:tick(...

Eblec.1 by Associate II
  • 487 Views
  • 0 replies
  • 0 kudos

Difference between the two ways to switch screens?

I have the following two codes that does the same thing,application().switchScreen(new Screen3View());static_cast<FrontendApplication*>(Application::getInstance())->gotoBrightnessScreenNoTransition();But, the second one took more work since I need to...

Tnguy.3 by Associate III
  • 627 Views
  • 2 replies
  • 0 kudos

How to display a number received from I2C sensor to LCD using DISCOF746G or DISCOF769i GUI? Has anyone has a TouchGFX project with I2C sensor value displaying on the GUI?

I have a board with HDC1080 Temp/Humidity sensor which has I2C. Following is the Digi-Key part number for 1286-1153-ND. I have this board working with both the Discovery cards. I can display temperature and humidity on the Tera-Term using serial port...

KMunj by Associate II
  • 1312 Views
  • 4 replies
  • 0 kudos

TouchGFX 4.18 does not get compiled in STM32CubeIDE

I have used last released TouchGFX 4.18 to add one .avi video from TouchGFX sample videos to my project but this project does not get compiled in STM32CubeIDE no way and it gives me an error that is listed below:c:\st\stm32cubeide_1.7.0\stm32cubeide\...

0693W00000FDpnoQAD.png
ARost.9 by Associate III
  • 1034 Views
  • 4 replies
  • 0 kudos