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

Get Button Status (Pressed and Released)

Hello,I have to send send the status of one flexbutton(even a group of flexbuttons...) to a communication task.I created a Queue in Model.cpp via the Vien-Presenter chain. And while the button is pressed com task receives '1'. So far so good.But what...

PCu1 by Senior
  • 3015 Views
  • 8 replies
  • 0 kudos

Resolved! Can I interface 800x480 LCD having 16 bit RGB interface and multiplexed PSRAM (for frame buffer storage) with STM32H750VB?

I am using STM32H750VB 100 pin package controller and want to interface 800x480 LCD having 16bpp RGB interface with it. Its single frame buffer storage amounts to 750 KB ((800*480*2 bytes)/1024) and at a go only 512KB (AXI SRAM -maximum contiguous me...

KShah.5 by Associate II
  • 2240 Views
  • 8 replies
  • 0 kudos

Resolved! New STM32H747-DISCO example problems.

Hi There,I have a new STM32H747-DISCO here.The board came without the demo flashed on it, also the demo can not be flashed, see here: https://community.st.com/s/question/0D53W00002ASl3lSAD/stm32h747-discovery-blankMost of the examples in the cube pac...

ACapo.1 by Senior
  • 6281 Views
  • 16 replies
  • 0 kudos

Using CubeIDE 1.2.1 on Windows 10, TouchGFXDesigner's generated code doesn't implement virtual method HAL::taskEntry() in TouchGFXGeneratedHAL or ToughGFXHAL..

I've generated a STM32F429I-DISCO project using CubeIDE's CubeMX.I've added the X-CUBE-TOUCHGFX 4.13.0 software to the project, under Additional Software.By changing LTDC and FMC settings, I was able to configure X-CUBE-TOUCHGFX successfully.The proj...

CDew.1 by Associate III
  • 1069 Views
  • 2 replies
  • 2 kudos

Translation sheet on 4.22.1 TouchGFX version

 Hello,In previous versions of touchGFX, I could easily translate texts by editing an .xlsx file and then replacing it in the assets folder.However, I've noticed that in version 4.22.1, there is only an .xml file generated when I create touchGFX file...