STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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 + CAN usage

Hlo i have to make a temperature sensor in which i have to take input from Can netwrok and change the slide progressor to the value which should be indicated.  can anyone help me in this task as i am new using this all things it willl be really appri...

JM4 by Associate II
  • 1020 Views
  • 4 replies
  • 0 kudos

U5 and display issues

We are using the STM32U5A9J-DK with another display from an older development kit (STM32L4R9-DISCO). The display 390x390 is driven with the MIPI-DSI interface in adapted command mode. After a first full screen refresh, we are refreshing only portions...

IMG_20240625_155915_1.jpg IMG_20240625_155930_1.jpg
pll by Associate
  • 436 Views
  • 1 replies
  • 0 kudos

Resolved! Fast method to add data to a static graph

Hello:I am looking for a fast way to add an array of data to a static graph without adding them one point at a time using addDataPoint(). I also don't care about the x values. They are just sequential. I want to update the entire graph at once and th...

DWWelch by Associate III
  • 1098 Views
  • 3 replies
  • 3 kudos

Resolved! Board turns black instead of displaying GUI

BACKROUND:I am using TouchGFX Designer - 4.24.0I am using the board STM32H735G-DKThis generates STM projects in STM32CubeMX V6.11.0 using STM32Cube FW_H7_V1.11.1When I am done with touchGFX I go to STM32Cube IDE to do some scripting on the behaviors ...

tmehok by Associate III
  • 625 Views
  • 1 replies
  • 1 kudos

Resolved! how to run STM32Cube.ioc at TouchGFX project?

Hi I am luis.I'm testing TouchGFX, and I have a question.After creating an example board project with TouchGFX V4.22.1 Designer and then moving the STM32F769I_DISCO.ioc file into the STM32CubeIDE folder to set the IO, an error occurs when compiling a...

Resolved! Persistent widgets between screens

I'm a touchgfx beginner but i've designed many graphic apps using other tools like lvgl. One thing my app needs is to have some common areas or widgets that work between multiple screens, like persistent widgets that always exists in all screens, is ...