STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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

STM32F767 TFT LCD LTDC RAM Problem

Hello I'm just a beginner at STM32.I'm going to use 800 x 480 TFT LCD this time.First, I set LTDC to CUBEIDE like this.I'd like to check if only the color comes out with HAL_LTD_SetAddress.When you attempt to use uint32_t frame_buffer [384000] as a g...

0693W000008GF84QAG.jpg 0693W000008GF7uQAG.jpg
Ljunh.1 by Associate II
  • 373 Views
  • 0 replies
  • 0 kudos

Resolved! Creating a rotary button effect?

Hi,I was wondering if anyone have made a 'rotary-style' button, like a rotary encoder or a volume knob that can go on-screen?I suspect it would involve resolving a touch input and mapping it to some sort of circular motion or something like that. A r...

HP by Senior III
  • 1550 Views
  • 6 replies
  • 0 kudos

Problem with STM32F429 LTDC

Hello community,I'm working on custom board based on stm32f429bi that is connected to 800*480 TFT LCD and 32MB of SDRAM. LTDC buffer is configured to be on the SDRAM. I can properly pour whole screen with red, green,blue and any other colors without ...

0693W000008G6V9QAK.png 0693W000008G6VOQA0.jpg
Ahaji.1 by Associate II
  • 504 Views
  • 1 replies
  • 0 kudos

Loading object code error

Hello!THis is my SCT file; ************************************************************* ; *** Scatter-Loading Description File generated by uVision *** ; *************************************************************   LR_IROM1 0x08000000 0x00100000 ...

0693W000007EaToQAK.png 0693W000007EaTtQAK.png
EEuge by Senior
  • 3552 Views
  • 24 replies
  • 0 kudos

How TouchGFX fonts are encoded?

Small generated fonts are not pixel perfect (in fact 70% are incorrect), and I want to fix them by hand.My generated font data looks like this (10px source sans, 1bpp): // Unicode: [0x0030, zero] 0x96, 0x99, 0x99, 0x06, // Unicode: [0x0031...

Tuoman by Senior II
  • 374 Views
  • 1 replies
  • 0 kudos