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

Artifacts STM32H743+TouchGFX

Hello! Look at the picture.Artifacts - is lines at right side of widgetCan you say me possible course oth this artifacts?I llok at memory window in KEIL - artifacts are in memory, is not LTDC artifacts

0693W000000UpPMQA0.jpg
EEuge by Senior
  • 964 Views
  • 7 replies
  • 0 kudos

TouchGFX, stm32f469-disc, adc values to lcd

I have a have project where I need to run a test sequence to some analog circuit and then do some measurements and display those results on the LCD. I'm using stm32f469 discovery board, CubeMX 5.4.0 and touchGFX 4.12.3. The measurement works fine, I ...

HHarj.1 by Senior
  • 2800 Views
  • 24 replies
  • 0 kudos

cubeIDE1.3

Based on STM32H743I EVAL2, cubeIDE1.3 always displays the following when compiling the Touchgfx4.13 code generated by CubeMX5.6:       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~compilation terminated.make: *** [TouchGFX/touchgfx/os/subdir.mk:23: TouchGFX/touchgfx...

Bli.11 by Associate II
  • 1519 Views
  • 9 replies
  • 0 kudos

f769-disco screen configuration problem

Hi everyone! I'm trying to create a project using CubeIDE 1.3, Touchgfx 4.13 and f769i-disco board. I have started building project with Cube and then added touchgfx using "additional software" menu. I have succesfully configured external SDRAM and d...

0693W000000VbUAQA0.png 0693W000000VbUUQA0.png 0693W000000VbUKQA0.png

Resolved! Simulator error with include or extern var

#include <gui/screen1_screen/Screen1View.hpp>   #include "../../Core/Inc/hello.h" // NO in simulator TouchGFX, Yes in CUBEIDEMX extern int myvar; // NO in simulator TouchGFX, Yes in CUBEIDEMX   Screen1View::Screen1View() {   }   void Screen1...

Damiano by Associate II
  • 858 Views
  • 3 replies
  • 0 kudos