STM32 MCUs TouchGFX and GUI

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

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
  • 481 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
  • 623 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
  • 1305 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
  • 1023 Views
  • 4 replies
  • 0 kudos

Resolved! Graph Widget as an Oscilloscope?

Hello, I wanted to try how would TouchGFX look like in one cool application - an Oscilloscope. I checked out the Graph widget and thought to myself, I could use it for that purpose. So, I set up everything like it was explained here, and I put the AD...

PKriv.1 by Associate III
  • 2016 Views
  • 9 replies
  • 1 kudos