STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TouchGFX CONTEST RESULTS: Congratulations!!

Hello community!On March 18, we launched a TouchGFX Contest that had for goal for us to see our community's skills and creativity. This contest ended on May 2.We received several interesting projects, and it is now time to announce the winners! Our h...

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

Hardware JPEG mixing encode and decode

So who was the bright spark who decided that both encode and decode should use the same callback function names? Duh! Means I can't even make them static to isolate them! Doesn't the JPEG hardware know whether its doing an encode or a decode?Also, th...

Resolved! Scroll wheel not working

I'm still using v4.10.I've read through the following tutorial and also looked at the example demo.https://touchgfx.zendesk.com/hc/en-us/articles/360018398832-Scroll-WheelNeither the item.updateText() nor the item.setIndex() functions are recognized....

LibJPEG & Hardware JPEG on STM32H7

Hi all,​I have some questions about JPEG codec problem. I know STM32CubeMX can buid the project Hardware JPEG way or LibJPEG manage, but I have no ideal how to build it together. Then I reference the sample code from STM32Cube_FW project to understa...

Plot graph with graph library.

Hi allI wanna plot signal graph with graph library but i couldn't put blank space when graph continuously is drawn. The graph method is draw line between old value and new value and it doesn't look beautiful when you see the signal. So i think it wou...

0690X00000AsRoBQAV.png
R.M by Associate II
  • 877 Views
  • 4 replies
  • 0 kudos

ScrollList with a scroll bar?

HiHas anyone implemented a scroll bar to ScrollList?I am trying to do, but it's not really easy, because you do not know what your current position is.Working with scrollList1.getItem() is also not accurate beacause you get also two items that are no...

Saving String to model

Hi all,I have an application where I need to save multiple names for use between screens. I initialize the name array in the model using char[] then push the pointer through the presenter to the screen I need. This part seems to work as the string in...

belair55 by Associate III
  • 893 Views
  • 1 replies
  • 0 kudos

Does TouchGFX use uHeap area by heap.2 ?

As I know from ST Cube S/W vase, third-party S/W(ex: lwIP, FatFS, etc) using FreeRTOS is using memory management by FreeRTOS(heap_1.c, heap_2.c, heap_4,c), etc.I think that TouchGFX internal engine doesn't use uHeap area.also, I think that TouchGFX u...