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

Resolved! PieChart Resize

I refer to the source code for "Model UI Demo 1 TouchGFX".I would like to enlarge the PieChart, but I can't figure out how to do it. In the GraphView::setupScreen function I modified the values for center, height and width.// GraphView.cpp - GraphVie...

ALomb by Senior
  • 650 Views
  • 2 replies
  • 0 kudos

How to use touchgfx on STM32H750

I successfully built the touchgfx project through CUBEMX and ran it successfully on stm32F429. I want to transplant the project to stm32H750,But there's no demo. How do I manually add it to the cube project myself

Pming.5 by Associate
  • 644 Views
  • 2 replies
  • 0 kudos

TouchGFX not generating IAR correct for STM32H750

HelloI'm working with the stm32h750 eval board and touchgfx, my GUI is ready, but now i need to conect to some hardware (relay, sensors etc). i usually work with keil, but touchgfx not generating keil project and i lost hope it will before my dead-en...

Zui by Senior
  • 539 Views
  • 3 replies
  • 0 kudos

Pulse ON duration

what is Pulse ON duration for segment LCD?i dont understand itwhen i change it from 7 to 1, my com pin wave becomes goodafter change pulse duration to 1

0690X000009akQFQAY.jpg 0690X000009akQKQAY.jpg

Resolved! How to use TouchscreenCalibration.hpp ?

#include <bsp/OTM8009TouchController.hpp> #include <touchgfx/transforms/TouchCalibration.hpp> extern "C" { #include "stm32f769i_discovery.h" #include "stm32f769i_discovery_ts.h" } using namespace touchgfx; using touchgfx::TouchCalibration; TouchCalib...

ikassma by Senior
  • 2722 Views
  • 15 replies
  • 0 kudos