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

STM32F407 cgi ssi handler

Hi, i am using STM32F407 in which i create a website using ssi and cgi handlers now i want to display image on my website but image is not displayed it shows only image icon instead of image......image path is right and image keep in the folder where...

pbels by Associate
  • 399 Views
  • 0 replies
  • 0 kudos

No longer be able to import GUI on touchGFX

I can't no longer import TouchGFX GUI, every time i try i get :" Import failed, UI is not compatible, but it is, same display size, even same board keep saying that. also ruin my project because when he try to import the GUI, he delete some elements ...

0690X00000AQzgPQAT.png
Zui by Senior
  • 1269 Views
  • 13 replies
  • 0 kudos

getMCULoadPct() function

HelloI want to know the MCU Load, so I found this function McuLoad = touchgfx::HAL::getInstance()->getMCULoadPct();I call it in void Model::tick()But I always get 0, whatever I do it alwsys returns zero, so I don't think it's working well,so, how cou...

qqAnton by Senior
  • 3579 Views
  • 24 replies
  • 0 kudos

Extend the click-able area of a button to the left

I have a bunch of toggle buttons wich are on the leftmost area of the screen, but i need them to be selectable through the whole screen width. Is there any alternative of setWidth() function? because that sets width only from starting position to the...

Zui by Senior
  • 387 Views
  • 1 replies
  • 0 kudos

Error while running GraphApplication

I am trying to implement the Graph widget ( http://sw-center.st.com/touchgfx/TouchGFX/Community/GraphApplication.zip) in touchGFX but i am getting the following error,The imported project ".\touchgfx\4.8.0\touchgfx\config\msvs\touchgfx_sdl2.props" wa...

MGous by Associate
  • 395 Views
  • 1 replies
  • 0 kudos

Scroll list with clickable items

Hello,I've created a scroll list that contains clickable items (the idea is to be able to edit them by keeping a given item selected for a certain period of time). The items received click events through a clickListener. However, it's now almost impo...

GMeur by Senior II
  • 1752 Views
  • 8 replies
  • 0 kudos