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

How to swap little-endian to big-endian in TouchGFX?

Hi Community,I'm trying to connect STM32F412 with SPI LCD (ILI9341). And, I'm trying to run TouchGFX on this combination. The white and black color is correct. However, another colors are strange. I think that the endian is swapped. Might be, TouchGF...

KYama.1 by Associate III
  • 4750 Views
  • 14 replies
  • 0 kudos

running TouchGFX_core from ITCM-RAM

hi everybody,happy new year.I try to run TouchGFX project on STM32H750 Disco board1.in first level I run my project through QSPI,so i had frame lost and cant reach 60 frame per sec2.in second level i run my code from external sdram,i gain more perfor...

Mmale.1 by Associate II
  • 2759 Views
  • 6 replies
  • 0 kudos

Copy DMA2D & LTDC IRQHandler function into ITCM.

Hi, I used STM32H750 and I want to copy some important interrupt function into ITCM, but the function entity is stored in the library file (touchgfx_core.lib). This prevented me from proceeding. Has anyone encountered the same problem ?

V.H by Senior
  • 707 Views
  • 1 replies
  • 0 kudos

DAC not working with TouchGFX

Hi, i'm working on a project where TouchGFX is running, but when i call the DAC via a FreerTOS task, nothing shows up in the output...Hardware wise everything is ok, tested baremetal and with a single FReertos Task, so TouchGFX or some interrupts mi...

Resolved! f030c8t6 and emWin

Hi there, I have a STM32f030c8t6 and I want to run emWin on it. in documents it is said that minimum requirements for emWin is as followsRAM: 100 BytesStack: 600 BytesROM: 10-25 KBytesand based on datasheet stm32f030c8t6 has following characteristics...

Ala by Senior
  • 1138 Views
  • 4 replies
  • 0 kudos

Using TouchGFX with custom hardware using Ili6122

Hi, I am trying to use Touch GFX with a custom hardware. I have a 800*480 tft screen using ili 6122 as the driver. Since touchgfx is hardware agnostic it should be capable of driving this ic with rgb 565 or rgb888 yet I fail to start up the device, n...

AOzde.1 by Associate
  • 836 Views
  • 1 replies
  • 0 kudos