STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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 limitations

Hi, We have a system as below and we have proved that the whole design works fine with TouchGFX framework. However, we are now evaluating if touchGFX is really sufficient for our full requirements. are there any known limitation with touchGFX ? from...

srig_0-1732548000751.png
srig by Associate
  • 511 Views
  • 4 replies
  • 1 kudos

Resolved! No texts appear on the LCD with TouchGFX

I am new to TouchGFX interface. I am trying to create GUI for the custom LCD hardware of size 240x320 communicating with ILI9341 LCD drivers. The touchgfx builds the code and runs appropriately in the simulator., but the same is not working with the ...

Sneha_0-1731569798807.png Sneha_1-1731569935379.png Sneha_2-1731569973996.png Sneha_3-1731570117203.png
Sneha by Associate II
  • 776 Views
  • 7 replies
  • 1 kudos

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
  • 4079 Views
  • 16 replies
  • 6 kudos

Confusion: stopping a repeat Video

I am exploring the video API and I found a strange behaviour.While testing "Video example", I added a stop button.I was expecting the stop to update its frame to the start of a video but that did not happen.I had to *.showFrame(1) to force the update...

Marc_LM by Associate III
  • 216 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F413 disco board with Touch GFX

Hi everyone.I have a board STM32F413 disco. How can I use TouchGFX to display on LCD on this board?I have found the template in TouchGFX but I didn't see it.Is there any way? that I can display LCD on the STM32F413 disco, or where I can find an examp...

HAnh by Associate III
  • 388 Views
  • 4 replies
  • 2 kudos

Incrementing The TouchGFX ScrollWheel

Hi all.  I am looking for the correct method with which to implement a custom scroll wheel display.  By default the display of numeric characters starts at '0' and increments by a single digit ad infinitum.  For example and if possible, I would want ...

Screenshot 2024-11-27 141118.png