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

Pixel computation issue

Hi all, I'm running into an issue and I need some ideas!We have designed a project on a STM32T769 disco board and we are now porting it onto our own hardware that uses an STM32H743 chip. We have 64MB of external SDRAM (two chips of 32MB each running ...

Plaramee by Associate III
  • 1385 Views
  • 4 replies
  • 0 kudos

L4 color space for LTDC

I only have enough storage to have 1 framebuffer at L4 size for the stm32f7X9. The problem is seems is that the LTDC only supports L8 as the lowest pixel density.The C define is LTDC_PIXEL_FORMAT_L8 http://www.tjaekel.com/lyrebird_APP/DualMCU_doxyge...

Badam.17 by Associate II
  • 513 Views
  • 0 replies
  • 0 kudos

Using Internal Flash Memory For Frame Buffer

I'm using the stm32f769i-disco1. Which has 2 mB of flash memory.https://www.st.com/en/evaluation-tools/32f769idiscovery.htmlI'm creating a very simply application that's drawing circles and squares and some text, so it's not using most of the flash. ...

Badam.17 by Associate II
  • 823 Views
  • 2 replies
  • 0 kudos

cost and time for customize board

My project is customizing board with code to play file and run motors by those componentMicro controller stm32f4xx (or higher)USB connectionSt linker debuggerTouchscreen to select and play video filesAudio output circuit with audio amplifierSD card h...

amoha.8 by Associate
  • 441 Views
  • 0 replies
  • 0 kudos

Draw Bitmap with "BSP_LCD_DrawBitmap" on STM32 F7

I'm experimenting with the LCD library on the STM32F746G-DISCO board. I wanted to display an image from a BMP file on the display. Unfortunately this never worked. I looked at several examples, and finally noticed that the function LL_ConvertLineToAR...

MMett by Associate III
  • 1768 Views
  • 2 replies
  • 0 kudos

3 bugs

1. TouchGFX Designer looks for ST-Link utility in:C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK Utilitywhile recent ST-Link version gets installed in:C:\Program Files (x86)\STM32 ST-LINK Utility\ST-LINK Utilityand different ...

TDJ by Lead
  • 4458 Views
  • 16 replies
  • 0 kudos

Resolved! Using separate Model for screens

Hi, Is it possible to use multiple models in touchgfx. I have designed six screens for my application and all the screens are interacting with a single model. I would like to use separate model for each of the screens. Is it possible to do that. I...

PBU by Associate III
  • 1229 Views
  • 6 replies
  • 0 kudos