STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 751 Views
  • 0 replies
  • 2 kudos

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

TouchGFXDesigner on a 4k Monitor is unusable

Dear TouchGFXDesigner developers,Would it be possible that one of you is getting a 4k monitor and does some testing on the user interface? Even in the latest version (4.16.1) on a 4k monitor the user interface is unusable. Especially when trying to e...

AWies.1 by Associate III
  • 537 Views
  • 8 replies
  • 1 kudos

TouchGFX canvasBuffer

Don't you think it's wrong to make canvasBuffer as member of StartupScreenViewBase class?As far as I understand every screen can write to canvasBuffer because CanvasWidgetRenderer is the full static class.StartupScreenViewBase is generated by designe...

Invalidate/redraw entire screen

I would like to trigger a complete redraw / invalidate of the current screen content. So far I have only found https://community.st.com/s/question/0D53W00000Ug1dASAR/touchgfx-invalidateredraw-entire-viewscreen. Calling view.getRootContainer().invalid...

Tobias1 by Associate
  • 343 Views
  • 1 replies
  • 0 kudos

Why MX_TouchGFX_Process crashes!

Hi,I'm using keil MDK V5.34 and touchGFX V 4.16.1 , I made a minimal project with these settings using LTDC, and a simple default project, But the problem is that when the MX_TouchGFX_Process is called, the MCU crashes! what's going on wrong?any Idea...

Resolved! Dynamic Graph Hard Fault when touched

Hi,It seems that there is a bug where a hard fault is triggered when dragging a finger on a dynamic graph area.I have tested this behavior on an STM32F746G-DISCO as well as on a custom board with an H743.In my case, the hard fault gets only triggered...