STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Tearing issue U599 DSI

I try implement 1424x280 DSI panel and it work, but transition on single buffer have trouble.I start with simple fadeout and attached video show result. Try off DCACHE ICACHE DMA2D GPU2D, no big difference. Exist example or recomm for video mode with...

MM..1 by Chief III
  • 173 Views
  • 1 replies
  • 0 kudos

TFT LCD drivers for TouchGFX?

I am looking into using an STM32 with TouchGFX to drive a 2.4" TFT LCD. The LCD will have some type of internal driver (ILI9340/ILI9341/ST7789, etc). Are there drivers for these already? Or is this relatively standard (I doubt)? Or do I have to write...

NNar by Associate II
  • 5182 Views
  • 19 replies
  • 0 kudos

Question about GPU2D render speed

I use U599 driving a 480*480 lcd, there are two full screen texureMappers, two full screen cacheable containers. the first cacheable container rendered to dynamicBitmap1,the textureMapper1 use dynamicBitmap1 as source pic  . cacheable Container2 ( in...

amb by Associate III
  • 1041 Views
  • 5 replies
  • 2 kudos

Resolved! Could any STMCU be used to drive dual LCD screens?

Hello Guys,I am searching for a MCU to drive dual LCD screens. Although I see some MCU (eg, STM32U5G9ZJTXQ) providing both DSI and RGB mode interfaces without pinout collision, I didn't see any description about whether the LTDC can output 2 differen...

srony by Associate II
  • 1590 Views
  • 7 replies
  • 3 kudos

Displaying 16bpp colour

Hi,We have recently upgraded a project from TouchGFX v4.10 to v4.24, and have a question about colour representation. We haven't been able to update the HAL- this is a legacy project and we don't have access to the .ioc file.We've replaced the deprec...

Emma__2-1742163521169.jpeg Emma__3-1742163526388.jpeg
Emma_ by Associate
  • 180 Views
  • 1 replies
  • 0 kudos

Custom Gauge with Button

Hi all,Can anyone please give me advice how can I implement a custom Gauge:That will be used my custom image and needle That can be also a button, that when I click in the middle of the gauge, the gauge will change image to glowing as it is a button ...