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 get an external HDMI display working with STM32F769I-DISCO + B-LCDAD-HDMI using touchGFX and STMCUBEIDE

Hi, I have so far successfully used TouchGFX to create GUI that ineracts with a button press (Later this will be ported to interact with CANBUS)….I digress.Now I want to add a bigger 5inch screen (Still waiting on DSI Displays to turn up) So using th...

TGood.1 by Associate II
  • 576 Views
  • 0 replies
  • 0 kudos

Shift Graph

Hi ST,I have a problem when draw graph. when i set size 400 and shift graph, its ok. But if set size 800, it has issue as image. Code shift graph:graphLine.setBuffer(graphBuffer, NUMBER_OF_POINTS);//shift datafor (int i = 1; i < NUMBER_OF_POINTS; i++...

NHo.1 by Associate III
  • 1115 Views
  • 4 replies
  • 0 kudos

Resolved! I want to change main.c to main.cpp

environment:STM32CubeIDE Ver 1.3.0STM32CubeMX Ver 5.5.0TouchGFX Ver 4.13.0Load the project created with TouchGFX in the IDE.How can I change main.c to main.cpp and let the IDE understand?Thank you.

Ebun.1 by Senior
  • 920 Views
  • 4 replies
  • 0 kudos

Texts.xlsx and version control

After using TouchGFX for some time now the project team is growing and multiple people are working on the design (multiple branches) adding screens and texts. Since texts.xlsx is used as source for the text information and this file is in binary form...

Jeroen1 by Associate
  • 685 Views
  • 1 replies
  • 0 kudos

STM32H747-DISCO with TouchGFX and ADC

Hi. I'm using a STM32H747-DISCO to sample a signal and would like to display the result on the TFT-display.I have written a program code that do the ADC-sample in CubeIDE and I'm only using the M7 core, the M4 Core is put in sleep mode.I started Touc...

JAbra by Associate II
  • 3074 Views
  • 12 replies
  • 0 kudos

Resolved! STM32H7 JPEG encode for grayscale inputs

HelloI am trying to encode an image of (160*120) in grayscale format - i.e a bmp file of 1bpp color depth.Unfortunately, the encoder would not finish its conversion. and the `HAL_JPEG_EncodeCpltCallback` is not called.My setup is based on the `JPEG...

DLane.1 by Associate II
  • 2221 Views
  • 6 replies
  • 0 kudos

Resolved! Link TouchGFX project in STM32CubeIde

Hi to all!,I try to run a Gui designed with TouchGFX on my hardware ( a Nucleo-F767ZI board and a 7" display with touchscreen).I have created a new c++ project for doing this and I have selected the LL implementations of the periphericals that i use ...

Luca1 by Senior
  • 1708 Views
  • 6 replies
  • 0 kudos