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

How to integrate STM controller with different LCD?

I'm working on BOE varitronix LCD with HX8277B LCD Driver . I need to integrate this with stm32h743 controller and need to display image using touchGFX . I have written initialization code to the LCD and trying to display but nothing is working so wh...

KM L.1 by Associate II
  • 2269 Views
  • 16 replies
  • 0 kudos

Resolved! Add a field and its setter to a built-in class.

Hello!I have a swipe container with 3 pages in my TouchGFX app, running on an STM32F469 Discovery Kit. Everything is working fine, but I need to carry out certain actions when a swipe is started / ended. The docs state there are no built-in triggers ...

Update texts in a scrollist embedded in a scrolllist

Hello, I created a scrolllist where each item (container) contains a scrolllist with subitems (containers).Items and subitems have text areas which need to be updated. I know how to update texts in the items using "ScrolllistUpdateItem" in the Screen...

PDe N.1 by Associate
  • 759 Views
  • 2 replies
  • 0 kudos

Persistent data

Hi,I am developing a small application on a STM32f746-disco, some parameters of which can be modified. I would like to store the modified parameters of this in memory in order to retrieve them on restart.As a maker beginner I am a bit confused on how...

Command line too long with GCC toolchain on Windows

I'm compiling the demo "TouchGFX Demo 2" (the one with the carousel: 2048 game, bird-eat-coin, home automation, ...).I also have a few peripherals/libraries in the project (freertos, mbedtls, lwip, fatfs, ...).This results in a large number of .o fil...

SZano by Associate III
  • 1356 Views
  • 2 replies
  • 0 kudos

Resolved! How to keep the last item of a scroll list keep at the bottom of list? (Not solved yet. When using setWindowSize, there are some error.. Please help me!! ) ==>Solved.

Dear TouchGFX team,After I made 6 items for a scroll list, I made them to show 3 items on a sreen.When I dragged to the top, the 1st, 2nd and 3rd item showed as I expected. And when I dragged to the bottom, I expected the last 3 items ( 4th, 5th and ...

JPark.14 by Associate III
  • 1661 Views
  • 5 replies
  • 0 kudos