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

Using STemWin with ILI9488 controller

Posted on May 02, 2018 at 18:28We've been using STemWin with an LCD controller ILI9328, connected via SPI. We relied, then, on the resources from the STM32373-c eval board (ili9328.c, LCDConf_stm32373c_eval.c, etc.) and everything is working fine.No...

luca23 by Associate
  • 932 Views
  • 1 replies
  • 0 kudos

How to use Graphic LCD with stm32f103c8t6?

Posted on July 16, 2018 at 15:56Hello everyone, im new on stm32 programming and have some questions. Is there anyway to use graphic LCD with stm32f103c8t6 series? And how can i learn to programme it? When i have to programme a device with STM32 , th...

FCRSF not being set (LCD_WaitForSynchro)

Posted on June 14, 2018 at 09:52Hi, When I write to the FCR register (via HAL_LCD_Init) , the FCRSF is not being set afterwards and so the LCD_WaitForSynchro is failing./* Loop until FCRSF flag is set */while(__HAL_LCD_GET_FLAG(hlcd, LCD_FLAG_FCRSF)...

Resolved! CubeMX 4.25 + STemWin + FREERTOS = bug

Posted on May 23, 2018 at 03:12 I made a project for CubeMX 4.25 + STemWin with 746Discovery (default config setting from CubeMX). Everythingis well. (Keil 5.25 compiler) I add FREERTOS to project (1 task with default setting) After compiling...

Resolved! Best way to load large images into RAM?

Posted on July 09, 2018 at 02:16Hi there, we are using MDK-ARM to develop an application on our STM32F7 which drives a display, and we would like to present a relatively sophisticated UI, which will included some compile-time static images.  We are ...