STM32 MCUs TouchGFX and GUI

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

Hi, I`m new here, and i wanted to make a simple app on my board "STM32F429I-DISCO". What software will be the best for integrating the controler with touch screen.

Now i`m using cubeide with touch gfx, and i have a problems with cubeide becouse i can`t generate the graphic project like everybody do it on tutotrials on yt. they have a little bit different board (with bigger screen) but i`m doing everything exact...

0693W000000UVXQQA4.png
KSelz.1 by Associate
  • 405 Views
  • 1 replies
  • 0 kudos

Intercepting all user input events globally?

Hello community,do you guys know, how to intercept events globally inside TouchGfx and retrieving the receiving GUI element? The only way it seems to offer, is to register an UIEventListener at the HAL singleton. But this method has the disadvantage,...

AleSto by Associate
  • 443 Views
  • 1 replies
  • 0 kudos

Resolved! handleDragEvent on specific object only

Is there a possibility to handle events which are in specific area, i.e. I would like to know when and how user drags over texture mapper area to rotate it accordingly.Thank You,Sławek

slawek by Associate III
  • 669 Views
  • 1 replies
  • 0 kudos

Resolved! V3 template status for STM32H743I-EVAL and STM32H747

Hello @Martin KJELDSEN​ any updates for V3 template for STM32H743I-EVAL and STM32H747 When I am working from home our manager as asking for more output in the work as opposed to working in office.I tried to create my own template from CubeMX but it i...

tushar_tp by Associate III
  • 508 Views
  • 1 replies
  • 0 kudos

COVID-19 Community Update

Hi Everyone,Sorry for being quiet lately, but due to the pandemic we're all working from home here and it's a bit difficult to be as efficient as usual - so i've had to focus primarily on other tasks, such as the new documentation coming out.I hope t...

Resolved! Transferring data between views after transition

What is the intended way to transfer data between views? Global variables in FrontendApplication or something else?For example I have views that can be entered from multiple locations, and the view should go back to the specific view that it originat...

Tuoman by Senior II
  • 544 Views
  • 1 replies
  • 0 kudos

How to make a Text to be align centered vertically ?

Assuming the height of the drawable object is H (getHeight()), and the height of text is TH (getTextHeight()), how to figure out the correct y value of the text object ??I tried (getHeight() - text.getTextHeight() - text.getTypedText().getFont->getSp...

Nzhan.15 by Associate II
  • 3442 Views
  • 15 replies
  • 0 kudos

STMCubeIDE 1.3.0 + TouchGFX 4.13.0

I'm currently in a hurry building a touchscreen interface for the many DIY hospital ventilator projects that are running right now to cope with the ventilator shortage the world is facing right now caused by Covid-19. diyventilators.comI bought the S...

WSpar.1 by Associate III
  • 1098 Views
  • 9 replies
  • 0 kudos

DMA2D peripheral filter availability

Dear CubeMX Team,Is there a chance to add DMA2D to the Peripheral list in CubeMX filters?Today, I can only find GFXMMU, but no DMA2D. Providing this option would save time for some of us looking for MCU with basic GFX support.