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

TouchGFX_STM32H7B3I-DK_Build Errors

Dear Sir, Hardware: STM32H7B3I-DKSoftware: STM32MX 6.13.0 / STM32CubeIDE 1.17.0 / TouchGFX 4.24.1/ STM32Cube_FW_H7_V1.12.0 Start the project from TouchGFX, and then refer to STM32 Graphics Workshop (STM32H7BWorkshop2020_labs12345), to develop the det...

EY1_0-1738140512229.png EY1_1-1738140572073.png EY1_2-1738140722305.png
EY1 by Associate II
  • 1335 Views
  • 8 replies
  • 4 kudos

Resolved! STM32F429 Custom TFT Board With 4.3" TFT

I have designed a STM32F429 Custom TFT Board With 4.3" TFT it is based on 32F429IDISCOVERY MCU + RAM + 4.3" TFT in 16 bit mode and I'm using TouchGFX. I have few questions.1) It is possible to remove External RAM from the System.2) How to limit RAM U...

Caan by Associate III
  • 471 Views
  • 8 replies
  • 0 kudos

Resolved! scrollWheel index incorrect, not responsive

I want to create a scrollWheel that has 3 preset options.  Option A, Option B,  and Option A&BThe issue I have is that I can never get itemIndex  = 1 in scrollWheelUpdateItem callback , only index 0 and 2.  Also, after I first change wheel, it takes ...

FJB2069_1-1737391403340.png FJB2069_0-1737391266784.png FJB2069_2-1737391503713.png
FJB2069 by Senior
  • 512 Views
  • 8 replies
  • 0 kudos

Resolved! Dynamic Graph Scrolling clear failure

I have a dynamic graph set to scrolling. When I call graph.clear(); it will set the initial graph back to my range 0-100, but once it starts scrolling it instantly jumps to the last highest value being the start of the new range instead of continuing...