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! Import Project selection grayed out

I opened an old project that uses TouchGFX and was told I should migrate to a newer version of STM32CubeMX. So I installed 5.6.0 and tried to do an import as directed. BUT the Import Project... selection is grayed out. Now what?

RWeil.1 by Associate II
  • 729 Views
  • 1 replies
  • 0 kudos

Resolved! touch designer Interface with computer

Now we have a problem, our stm32 device board is delayed.Now we only can develop our UI on touch designer simulator. But we want to test our software of communication layer, using the serial port or TCP/IP port in one computer with the same port in a...

Breeze1 by Associate III
  • 861 Views
  • 2 replies
  • 0 kudos

Problem with Vsync shifting after some

Hello,I’m working with custom stm32f429 board to drive a 7�? tft 800x480 lcd using ltdc driver, I’ve configured ltdc for showing just a blue background stored in internal frame buffer...pixel frequency is 33.4 mhz,page is shown successfully but there...

MHaji.1 by Senior
  • 605 Views
  • 3 replies
  • 0 kudos

How can I debug problems related to TouchGFX?

I've ported TouchGFX on custom HW, but it doesn't work (I created class related from HAL, initialized TouchGFX and executed taskEntry().It is done in the next way:static LCD4bpp oled; static TAPI_Btn_c btnCtrl(keys); static NoDMA ...

SGonc.1 by Associate
  • 477 Views
  • 1 replies
  • 0 kudos

When we can see good, workable library for H743?

Hello!I heared, that touchgfx library for H743 is under construction, that working on this library is in progress.Is it really?I try to create project for STM32H743BI by CubeMX and TOuchGFX Designer. But it not starts - I see startscreen with widjets...

EEuge by Senior
  • 571 Views
  • 3 replies
  • 0 kudos

STM32F746 Custom With TFT 7inch

I had make STM32F746 board with TFT 7inch base on STM32F746-Disco for my project.i tried to program sample file "application-std" from STM. it show 1/2 screen (272x480), that mean my PCB run normal.But my screen is 480x800 (7inch). how to i config ST...

HAnh by Associate III
  • 629 Views
  • 2 replies
  • 0 kudos

[SOLVED] -- display large characters ---

I need to display large characters to show the dB of attenuation of my preampl.I have found a good font but the BSP_LCD_DisplayStringAt and DrawChar are not able to use this font, only half of the left section of the character is print.So I have deve...