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

Resolved! Compile error in TouchGFXGeneratedHAL::blockCopy

I am attempting to use blockCopy to copy a block of memory. I have used it in the past, but with latest version of TouchGFX, for some reason I am now getting a compile error on the following generated function:bool TouchGFXGeneratedHAL::blockCopy(voi...

scottSD by Senior III
  • 321 Views
  • 1 replies
  • 0 kudos

Display Refresh Issue in custom PCB

Hi,We have created a custom PCB for our project using STM32L4R9ZI. We are using 390*390 AUO Display.Previously I used STM32L4+ Discovery board for evaluation and by taking that as a base code I made display working in our PCB. Normally display is w...

Resolved! Relation between frame buffer and display width

Hello everyone,I am using STM32L4R9AII with my custom board. When i start to develop my project, cubemx didn't support my MCU. So, I got discovery board project from Touchgfx and changed a lots of things to adapt it to my custom board.Now cubemx supp...

About Container

I draw a container in a screen over all the other controls (such as buttons etc).Background buttons continue to respond to click event as they were in foreground.In my opinion this is not correct: they should be disabled by default.I had to put: setT...

Mvill.17 by Associate III
  • 309 Views
  • 2 replies
  • 0 kudos