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
  • 877 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! TouchGFX Performance

Something I've seen (with all embedded GUI software) is the need for more speed and support for more art asset types. I've written my own imaging codecs (originally for PC). Recently I created new versions that are optimized to run on constrained tar...

bitbank by Associate II
  • 286 Views
  • 1 replies
  • 0 kudos

touchgfx and usb msc

hello, I need to use both touchgfx and usb msc host with stm32h743 in my project. they work fine separately , but when I add usb to my touchgfx project it does not work(all my usb implementations are based on controllerstech video). Do I need to do a...

Zakba.1 by Senior
  • 181 Views
  • 1 replies
  • 0 kudos

Resolved! rendering time of not-visible objects

Hi,how is supposed to work rendering of objects set as "not visible"? My layout is composed of several containers/objects whose visibility is turned on or off at runtime.I've noticed that rendering time is high also when objects are hidden, as if the...

Resolved! TouchGFX compile problems

Hello, i am unable to compile a touchgfx project.Try #1:Starting from CubeMX, Version 6.10.0 i click on Generate Code. It ends with "The Code is successfully generated under:".  When i click on Src/ApplicationTemplate.touchgfx.part, it opens TouchGFX...

sk-st by Associate III
  • 2069 Views
  • 20 replies
  • 0 kudos

Resolved! What is the cause of the screen shift?

Hi All,Im working with a Custom board using STM32h743 and an RGB Display with ST7796 driver.I'm configuring SPI to send the right settings to the display for working with RGB pins on LTDC.In effect I done the 90% of work but I don't understand the re...

1711660943698.jpg Screenshot 2024-03-26 224658.png
MPast.1 by Senior II
  • 444 Views
  • 3 replies
  • 0 kudos

Resolved! ST boards and 10" touch screens?

Hello people.First of all... I haven't worked with screen displays before, sorry if this post sounds dumb:Now that I said the above:I want to interact with any ST board GPIO through GUI buttons. I also want to do this on a "big" touch screen with gre...