STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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

Problem when porting from 4.9.3 to 4.12.3

I'm facing problems when I try to port a 4.9.3 project to 4.12.3.First, I have many places in the original 4.9.3 designer project that I defined a change screen interaction with no trigger, I then use it in the code when I want to switch screens. Whe...

Resolved! How to get Touch X and Y data ?

I need to get the X and Y coordinates of the touch controller and use them in Model or a View.Is there a simple way to do this? (something in the API)basically I want to get the x and y values returned from the sampleTouch() in TouchController class.

TouchGFX isn't generating a Keil Project

I recently have a problem using TouchGFX. After editing UI in TouchGFX, I generated code. But there is only Visual Studio project and no other IDE's project code(Keil or IAR). In target folder, there are just some files. How can I solve it

ALin by Associate II
  • 396 Views
  • 1 replies
  • 0 kudos

Resolved! Change Object Z-Order

HiIs there any way to change an object "z-order" via code?Using the designer is easy, just click the button "Send backwards" and "Bring forward", this basically change in the "ViewBase.cpp" the order of adding the object to the screen.Is there any wa...

STM32F746G-DISCO question

We want to use this board as a development platform. Is the LCD removable? We need to use another display, a 3.5-inch Newhaven 320x240 LCD-TFT display. Or can I emulate this resolution on the 4.3-inch  480x272 color LCD-TFT display?

Design Custom Board for 7" TFT

Hi,I am developing a POS Solution based on a 7" TFT as HMI. I want to use STM32F4 or F7 mcu and use TouchGFX and STM32Cube IDE. I have previous experience of developing HMI applications on STM32F746 Disco Board. Now I need help and guidance in develo...