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 CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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! New STM32F767 Project - Hardware decisions

Starting a new project using the STM32F767ZI (144 pin) chip. Project will have ethernet, can w/bootloader over can, and lcd/touchgfx.Looking at the demo kits all of them have SRAM and a large amount of non-volatile memory that is assigned to differen...

CJohn.4 by Associate II
  • 1897 Views
  • 8 replies
  • 0 kudos

I am working on a project related to printer design. however, I can't figure out certain functions can run on touch gfx or not. I have explained in detail the desired work. So that I could know whether ican implement this project through touch gfx or not.

I have attached a sample video, in which my desired work is being implemented.implemented in the sample video.As you can see the user can increase or decrease the text and can change the height and width at runtime as he wants.Can we implement simila...

SAMIN.1 by Associate III
  • 498 Views
  • 1 replies
  • 1 kudos

UTF-8?

Hi,A colleague need to send me strings via Uart.He asked me whether I work with UTF-8, and I was unable to find this information or how to configure it...(I know that at the end of the day to display it I'll have to convert to Unicode). Does anyone k...

BBlad.1 by Associate II
  • 2557 Views
  • 4 replies
  • 0 kudos

The STM32L4R9 Discovery kit it comes with a small round (390x390) DSI based display. I am trying to setup a standard rectangular DSI based display. All the example projects for STM32L4R9xx use a round display using GFXMMU look-up table ...

Since I don't have a round display, I don't need this lookup table to convert the bit locations, but there is no obvious way to not use it. How do you bypass this GFXMMU look-up table method and just send the raw image array to the DSI path? I am usi...

slime by Associate II
  • 1326 Views
  • 4 replies
  • 0 kudos

New Image add to project - Application crashed

Hello everybody,I added an image to my project at the top of the list in TouchGFXDesigner.Sorting is automatically done by touchgfx designer. After that, my application did't run on the target anymore. I'm confused because this is causing a crash of ...