STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

touch action problem

Initial screenScreen when the button 1 is pressed -> button 1 label pop upScreen when​ the button 1 is released -> top area of display is strange Screen when button 2 is pressed -> button 1 label pop upButton 3 does not touch -> bottom area of displa...

pabian by Associate III
  • 1278 Views
  • 3 replies
  • 0 kudos

Resolved! Using superscript or subscript in TouchGFX?

Is there any easy way to use superscript or subscript in TouchGFX, or need to do custom implementation for it?I need subscripts in particular, which can appear in arbitrary numbers in middle of text fields.Maybe I can convert unicode characters to th...

Tuoman by Senior II
  • 821 Views
  • 3 replies
  • 0 kudos

Resolved! Is it possible to make my custom board without external ram and flash? If yes how can i do it? How can i test my custom board harware configs on a commercial Discovery Kit? TouchGFX doesnt recognise my parameters on CUBEMX

Hey Everyone.Im new to the embedded systems and TouchGFX concepts. I've made a few applications with STM32F429-DISCO and STM32H750B-Dk. I've followed the instructions on the documantary website and youtube tutorials. Now my problem is i want to mak...

MKabu.1 by Associate II
  • 2012 Views
  • 11 replies
  • 0 kudos

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