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

I am trying to simulate the OoB Online application for STM32H750. I can simulate in Designer V4.12.3 but 'Run Simulator' as well as 'Generate Code' generates an error in Designer 4.13. See details.

       Done   Post Generate       touchgfx update_project --project-file=../EWARM/application.ewp && touchgfx update_project && touchgfx update_project --project-file=simulator/msvs/Application.vcxproj       No value provided for required options '--...

PKL by Associate
  • 574 Views
  • 1 replies
  • 0 kudos

How to interface physical buttons through the editor?

Hello. I am currently trying to interface physical buttons with my UI, by using interactions directly from the designer, like so: When hardware button is clicked > BUTTON KEY > Change screenI am brand new in this software and embedded software in gen...

Andreea by Associate II
  • 1596 Views
  • 8 replies
  • 0 kudos

Resolved! Generated Font Naming

Hi,Follwing Font cpp files are being generated:Font_Ubunut_light_10_4bpp_0.cppFont_Ubunut_light_10_4bpp_4.cppFont_Ubunut_light_16_4bpp_0.cppFont_Ubunut_light_16_4bpp_4.cppMy question: What does the _4 (in bold) mean? Why are there different font wit...

jimmii by Senior II
  • 737 Views
  • 3 replies
  • 0 kudos

concept of layers

Hello.Does TouchGFX have the concept of layers?For example, is it possible to put the keyboard window on the upper layer of the main screen when in key input mode?Thank you.

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

STM32F746G and touchGFX problem whit IAR and CubeIDE

Hi to all, i want to try a TouchGFX i create a simple example, i use CubeMX and select X-Cube-TouchGFX 4.13.0 for additional software, i configure all well, i see example and webinar for configure it and use TouchGFX designer for insert a simple UI f...

antonioB by Associate II
  • 1030 Views
  • 4 replies
  • 0 kudos

STM32F4 Discovery - DCMI does not call HAL_DCMI_FrameEventCallback Camera : ov9655 I am using CubeMX to generate the code

Hello There,I am trying to connect OV9655 camera (WaveShare) module with STm32f4 discovery board. After generating files from CubeMX and importing ov9655 drivers (ov9655.h & ov9655.c) I am able to get HAL_DCMI_LineEventCallback and HAL_DCMI_VsyncEven...

Junaid by Associate II
  • 4183 Views
  • 16 replies
  • 0 kudos