STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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! Is DCMI DMA on STM32H743 request 74 or 75?

according to https://www.st.com/resource/en/application_note/dm00373474-digital-camera-interface-dcmi-on-stm32-mcus-stmicroelectronics.pdf sec 4.4.3, it says request 74. But according to the reference manual https://www.st.com/resource/en/reference_m...

LKan.1 by Associate II
  • 625 Views
  • 3 replies
  • 0 kudos

Resolved! Float wildcard precision limited to 6 digits ?

Hi,I try to display a float with a precision of 9 number after the digit. My wildcard buffer size is set to 20.Unicode::snprintfFloat(textArea1Buffer, TEXTAREA1_SIZE, "%.9f", 0.123456789f);   textArea1.invalidate();My output when running the simulato...

Screen jitters with animation

Hello,I'm currently developing a project using Touchgfx on a custom board with a STM32F469II, external RAM/FLASH, SD card and a 1024x600 screen.I've recently come across an issue when performing any animation (slide screen transition, scrollable cont...

TDele.1 by Associate III
  • 1885 Views
  • 15 replies
  • 1 kudos

Resolved! Weird button & slider glitching issues

Hi!This might be a long shot but I'm having some rendering issues with the flex button and slider on my device. Everything works perfectly in the touchgfx simulator however I'm getting a weird image glitch once a button has been released on the actua...

MHolm.3 by Associate II
  • 884 Views
  • 3 replies
  • 0 kudos

STemWin + USB Host MSC + stm32h7

Hello. I try to make application with USB FS (host msc) and emwin on board stm32h743i-eval.When i connect USB, enumeration doesn't happen. Function USBH_Get_DevDesc always return USBH_BUSY, and usb stay in state ENUM_IDLE. But if i comment function G...

Hi ST Community, I have interfaced environmental sensor to STM32. I am getting the Temperature, Pressure, Humidity, and Air-quality values. I want to show these values on STM32F769I-Disco board's WVGA TFT LCD using Touch GFX.

Hi ST Community,I have interfaced environmental sensor to STM32. I am getting the Temperature, Pressure, Humidity, and Air-quality values. I want to show these values on STM32F769I-Disco board's WVGA TFT LCD using Touch GFX. So, how to integrate my d...

Vins by Senior
  • 267 Views
  • 1 replies
  • 0 kudos