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

low touch refresh rate (TouchGFX)

Hi.I am using a custom board (STM32H743IIT6) and GT9271 (it is same as GT911) touch driver... it works properly... but as you see in attached video the touch refresh rate is lower than lcd frame refresh rate (??)...it is a bit annoying and can cause ...

SEMad by Associate III
  • 583 Views
  • 2 replies
  • 0 kudos

Resolved! HardFault with TouchGFX ?

Hello,I have a project with custom stm32f769 oard and TouchGFX as GUI. I've done a lot of testing on simpler GUI (showing background and one button).I've also prepared additional task that will do communication with other boards.Everything seems to b...

bully by Senior
  • 2763 Views
  • 20 replies
  • 0 kudos

setDraggable() function

Hi,Why isn't there a function setDraggable() in the Drawable class, the same way there is a setTouchable() function ? (as of now, the setTouchable() serves too to prevent the dragEvents to be received by a given widget)I'm asking because many times, ...

GMeur by Senior
  • 315 Views
  • 3 replies
  • 0 kudos

How to do 800*480 LTDC Sync

I want to set it to LTDC and use the color keying function in STM32H7, but I had no choice but to use it custom mode.When I made the project with TGFX, it was custom setting.The strange thing is that the pixel width and height of LTDC and TGFX are di...

Labels