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

Remove loader to fast debug

Hi all,I'm building a custom board with touchgfx and QSPI resources.Everything work well!I would like to know how is possible to remove loader to fast the debugger session: the external resource need more than 4Mbytes and loader everytime I start a d...

MPast.1 by Senior II
  • 942 Views
  • 7 replies
  • 0 kudos

STM32IDE+TouchGFX can't start.

I try to connect LCD by SPI to Nucleo-767 and TouchGFX. LCD screen work perfect and I could draw on it without a problem, but I stuck with TouchGFX. I found that void TouchGFXHAL::flushFrameBuffer never call.Check this video - https://youtu.be/1UhEx7...

TouchGFX with 16 bit 8080 LCD interface

Hello. We have a need to work with a 16-bit 8080 style LCD interface. Would like to have the benefits of the latest TouchGFX tool (4.16.0) and STM32CubeMX to build quickly and debug our GUI screens. After some investigation, found the following kit w...

Mon2 by Senior III
  • 2617 Views
  • 7 replies
  • 0 kudos

Resolved! DMA2D throws configuration error

Hello, on my STM32H747-DISC1, I had huge issues with DMA2D and CLUT (it was freezing etc).I thought it's because cache maintenance, but anyway after doing everything correctly, DMA is still buggy. Finally I find out, that 90% of my DMA2D executions t...

Resolved! DMA is freezing

Hello, I have my project based on STM32H753I-EVAL with RGB LCD display and SDRAM.I'm using DMA2D to render lines with CLUT L8 (Pulling mode). Basically, I process data for one line (one line have 320 pixels), and then execute it 108 times (for height...

0693W000006GkNqQAK.png 0693W000006GkOjQAK.png 0693W000006GkP3QAK.png

Canvas buffer generated by Designer

Hi,I have allocated memory in external sdram and set buffer using CanvasWidgetRenderer::setupBuffer() method. Generated base class for my view is allocating memory in internal RAM and in constructor is passing it to setupBuffer mehod. How to avoid th...

Luk35 by Associate III
  • 805 Views
  • 5 replies
  • 0 kudos