STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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! Touchgfx include additional paths

The problem I'm facing is that the Touchgfx doesn't know anything about additional link paths that I've setting up through IDE. Steps:1. Create the project with touchgfx designer;2. In the root of the project create a folder, then add .h and .c files...

Resolved! TouchGfx 4.24 linker problem

I have just upgraded my project from TouchGfx 4.22 and on rebuild I get:(.text._ZN8touchgfx8LCD16bpp19DecompressorRGB_QOI16blitCopyARGB8888EPKhRKNS_4RectES6_h+0x31c): undefined reference to `touchgfx::paint::flushLine(unsigned long*, int)'C:/ST/STM32...

OLync.1 by Associate III
  • 4724 Views
  • 20 replies
  • 6 kudos

Resolved! Changing screen programatically

Hi I was wondering what the best method is to change screens programatically. I sawapplication().gotoXScreenNoTransition()and alsostatic_cast<FrontendApplication*>(Application::getInstance())->gotoXScreenNoTransition(); Is there any difference in eff...

Priyank by Associate III
  • 156 Views
  • 2 replies
  • 0 kudos

Weird horizontal artifacts in touchGFX buttons

Hi Folks and Happy New Year!I've been trying to track down a problem I'm having with my project for several months now. Essentially I'm getting these red-ish lines through portions of my buttons, but only when (I presume) they are drawn or redrawn - ...

IMG_7199.JPEG BWKidd_0-1735835937379.png
BWKidd by Senior
  • 1987 Views
  • 34 replies
  • 3 kudos

Resolved! Best place to set toggleButton initial state to off

Brand new to TouchGFX (and C++) but enjoying so far! I have togglebutton(s) on screen2 and I want the state to be set to off on powerup. (The defaul is on)I have a splash screen that only displays on power up for 3 seconds. Is it best to set the stat...

TIF by Associate II
  • 273 Views
  • 4 replies
  • 4 kudos