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

Resolved! Help me understand LTDC Config

Hi all,I stumbled upon this in my BoardConfiguration file:#if !defined(USE_BPP) || USE_BPP==16 #define HACT 200 /* Note: 16bpp: Screen divided in 4 areas of 200 pixels to avoid DSI tearing */ #elif USE_BPP==24 #define HACT ...

STM32H743 TouchGFX HardFault_Handler

The weird thing is that in FrontendHeap & heap = FrontendHeap :: getInstance (); into HardFault_HandlerThe weird thing is that in FrontendHeap & heap = FrontendHeap :: getInstance (); into HardFault_Handler.Thanks in advance�?

0693W000000TzCGQA0.png
Xcw.1 by Associate II
  • 513 Views
  • 1 replies
  • 0 kudos

Screen split

Hi,my application 800X480 consists of two modes: single and double.Single mode is full screen, made up of several screens, and it's ok.The second consists of the screen divided in half.Each half must be independent of the other, so it's like you have...

GGatt by Associate II
  • 1016 Views
  • 1 replies
  • 0 kudos

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
  • 432 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
  • 466 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
  • 702 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
  • 549 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
  • 599 Views
  • 1 replies
  • 0 kudos