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

Cache multiple lines

HiI want to draw 100 lines and use it as background. They will not change often so I can save it in line_buffer and use blitCopy to paste it to framebuffer below my graph.Is there any way to redirect line drawing to line_buffer or any other clever wa...

MOber.4 by Associate
  • 377 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F746G-DISCO, GFX, STM32CubeIDE

HiI have a counter in main.c. I have two screens A and B. The meter reading is sent to screen B and displayed. When the counter reaches 0 I want screen B to switch to A. How to set it up in GFX? greetingsAndrzej

Resolved! Exact steps to configure TouchGFX

Hey! I've been struggling to understand TouchGFX engine. I tried Discovery board and examples provided by TouchGFX Designer - everything works out of the box. However playing with high level app software on discovery boards won't help me on the produ...

VLau by Associate III
  • 3048 Views
  • 10 replies
  • 1 kudos

Resolved! Text is garbled

Thank you for helping.There are 10 buttons.I am changing the value of the text when I press the button.10,20,30,40,50,60,70,80,90,100There are 10 patterns of, but the text is as follows only in the case of 60 and 70.? 0Other than that, the numerical ...

Ebun.1 by Senior
  • 879 Views
  • 5 replies
  • 0 kudos

How to load an image from an external device and save it in flash and use it afterwards as any other images that were included in the project?

Hi,I would like to know how I could go about loading an image from an external device and saving it in flash while modifying the BitmapDataBase (better said : creating another database that serves the same purpose as the BitmapDateBase is overwritten...

GMeur by Senior
  • 640 Views
  • 4 replies
  • 1 kudos