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

How to declare image to allocate memory space in SDRAM?

Hi guys,I use STM32F429+stemwin GUI. I have many image to show on display. Due to space limitation, I try to declare image to allocate memory space in SDRAM as following line:unsigned char _acMY_LOGO[]__attribute__((at(SDRAM_BANK_ADDR + IMAGE1_ADDR))...

Javad by Associate III
  • 1115 Views
  • 3 replies
  • 0 kudos

Resolved! Touchgfx display is not displaying anything

Hello,I am working on a project with stm32f769i-eval and touch gfx designer(4.13.0) .I select my board as application template then I try both using a blank template or any of the examples that are provided.After generating the code, I try to run the...

ITena.1 by Associate II
  • 6271 Views
  • 25 replies
  • 0 kudos

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
  • 930 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
  • 444 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
  • 491 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
  • 645 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
  • 783 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
  • 1573 Views
  • 4 replies
  • 0 kudos