STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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! External Loader - Unknown .stldr file

Hi everyone. I am working on STM32G0B0 MCU and develop UI with touchGFX. I researched how to generate external loader for external NOR FLASH(MX25L6433F). I use SPI2 on MCU(SMT32G0B0). And edited relevant files. I applied all of steps on following lin...

erkanc_1-1719676790442.png erkanc_0-1719677332690.png
erkanc by Associate III
  • 759 Views
  • 4 replies
  • 1 kudos

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
  • 762 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
  • 324 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
  • 685 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
  • 447 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...