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

Read languages ​​from unmapped SPI flash memory

Hello,I am creating a low cost application with 320x240 LCD and ILI9341 controller.I store all language strings in the unmapped SPI external flash memory by loading the .bin files of each language.Unfortunately I can't see anything on the screen, I s...

0693W00000BadreQAB.png
cb.7 by Associate III
  • 613 Views
  • 1 replies
  • 0 kudos

[Question] How to configure cubeMX for touchgfx and supplemental touchscreen MB1315A on a STM32L4R9I-EVAL?

Hi,I'm absolutely failing to deploy a successful touchGFX UI on the MB1315A . I can get a touchgfx example deployed on the onboard 390x390 LCD. However, in order to deploy to alternative screens, the documentation says to go through CubeMX.And so I w...

Frebreezy by Associate II
  • 1588 Views
  • 3 replies
  • 0 kudos

How to setup the cache to use Dynamic bitmap ?

Hello everyone,I'm currently developing a project using TouchGFX on a custom board with a STM32F469II and a 1024x600 screen in RGB interface.Right now, I'm trying to add a SD card to the system so that eventually I'll be able to print pictures from i...

TDele.1 by Associate III
  • 1877 Views
  • 8 replies
  • 0 kudos

TouchGFX gray 4 to RGB565

I'm using TouchGfx in Gray 4 mode. I have read the GFX documentation and I can't find the answer. I can't figure out how the data is stored in RAM. Consequently, I need to convert this Gray 4 to RGB565 to my FMC 16bit 8080 TFT-LCD. Any ideas how to d...

KRega.1 by Associate II
  • 828 Views
  • 3 replies
  • 0 kudos

How to input chinese characters?

Hello,I know it's not directly related to touchgfx but I thought someone out here could be able to help me and that it could interest others as well. I'm looking for a way to input chinese characters through a conventional qwerty keyboard. Searching ...

GMeur by Senior II
  • 1751 Views
  • 2 replies
  • 0 kudos

Hello, I try to understand how the stm32f469i discovery main loop works with Touchgfx . I've generated a project with Touchgfx and modify it with stm32cubeIde. When I enter in the project there is a task call TouchGFX_Task generated by touchgfx.

I use FreeRtos. I know that the main loop is starting when the function TouchgfxProcess. But I don't know where this function is called. I think it's when the oskernelStart is called but I didn't find where. Could you give me some explanations ?Than...

ECoud.1 by Associate III
  • 1479 Views
  • 6 replies
  • 1 kudos