STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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! How to use SVG in touchGFX

Hi there,In my touchGFX project, I import an SVG file.I can compile and simulate the UI page using TouchGFX Designer, which works as expected.However, after I finished the design in TouchGFX Designer and tried to compiler the project by MDK-ARM, the ...

Junde_0-1734415027630.png
Junde by Senior II
  • 62 Views
  • 4 replies
  • 2 kudos

STM32U575 and TouchGFX ends in FaultHandler

Hello Everyone, I have a STM32U575 CPU, with a ILI9341 LCD Display, this works fine with a STM32F4, but i am upgraded my PCB to a STM32U575 and got Problems with the SPI...my main.c code: int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE EN...

Sany by Associate III
  • 56 Views
  • 6 replies
  • 1 kudos

multi container and one Click Handler

hiby this code click event enable for 2 Continer  and work fine   void CNTR_A_ClickHandler(const CNTR_AntenaLevel&, const touchgfx::ClickEvent& e); touchgfx::Callback<MainView, const CNTR_AntenaLevel&, const touchgfx::ClickEvent&> CNTR_A_ClickedCal...

Natali by Associate III
  • 35 Views
  • 0 replies
  • 0 kudos

Text as a Progress Meter

Hello,I'm looking to create a text area that also acts as a progress meter, with the colour of the text filling and emptying vertically as a progress meter might. Is there any way this is possible?I've attached some concept art for what I'm trying to...

batteryFillSpeed0FullBlackFill.png batteryFillSpeed28EmptyWhiteFill.png batteryFillSpeed37digiFontFullWhiteFill.png
jrf by Associate
  • 98 Views
  • 1 replies
  • 1 kudos

How to add % to a text widget

Hi there TouchGFX team.  I need to print a percentage value on a text widget. The progress bar doesn't fit me, I just need the value to be displayed. This is done in the widget configuration or is done in code by the dev concatenating the "value" + "...

JPabl.1 by Senior
  • 229 Views
  • 1 replies
  • 0 kudos