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

STM32L073 about LCD Set-up Convertor when setting LCD_VOLTAGESORCE_INTERNAL. The set voltage and measured voltage are different.

Hello Developper Teams.​I use STM32L073.​About LCD Setting, The set voltage and measured voltage are different.​For example,  hlcd.Init.Contrast = LCD_CONTRASTLEVEL_0(2.6V) --> Measured voltage = 3.7VIs there another place to set it?​Setting HD=1 dro...

R.K by Associate II
  • 638 Views
  • 1 replies
  • 0 kudos

multiple events or multiple mixins in touchgfx

How can I use multiple events or multiple mixins in touchgfx. I've managed to use only one so far (like here). If I want to use several, I can't pass 2 callbacks to the view's constructor (in Screen1View.cpp).Screen1View::Screen1View():boxMoveAnimati...

Simulator won't compile if BSP header files are included in user xxxxView.cpp file 4.21.0 TouchGfx 1.11.0 Cube IDE

Hi all,just a very basic test application and a basic question:Setup:Design a GUI with a button creating a virtual function as inetractionOpen project in IDE, add virtual function to the xxxView.hpp and xxxView.cpp.Include the appropriate board suppo...

WBreg.1 by Associate II
  • 677 Views
  • 1 replies
  • 0 kudos

Is it possible not use Freertos in touchgfx?

Hi, I need to receive data by UART every 2 mS, thus I disable all configuration setting for FREERTOS in CubeMX. I receive data at my desired time but I have a question... Is disabling FreeRTOS cause faults while TOUCHGFX running?

nsabo.1 by Associate II
  • 3687 Views
  • 12 replies
  • 0 kudos

Graph is not displaying correctly

Receiving data by UART and display it by TOUCHGFX cause some lost data in my screen, graph is not displayed correctly.There are 2 boards one which is been receiving the signals by sensors and the second one is LCD board which has been configured by T...

nsabo.1 by Associate II
  • 1618 Views
  • 6 replies
  • 0 kudos