STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.2 is out!

TouchGFX 4.24.2 is now out. Please follow this link to download it.Release details: Release date: December 18th, 2023 New TouchGFX Core Features: Added libraries for cortex M55.We're happy to share a new TBS in the TouchGFX Designer based on this co...

OsmanSOYKURT_0-1734955106312.png

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 apply Multiple BinaryFont ?

I see the office usage as follows//read the binary font from a file FILE* font = fopen("generated/fonts/bin/Font_verdana_20_4bpp.bin", "rb"); if (font) { //read data from the file fread(fontdata, 1, 10000, font); fclose(font); //initialize Bi...

Wrend.1 by Senior
  • 307 Views
  • 0 replies
  • 0 kudos

STM32F7 Discovery kit for STM32F746 MCU

Hi,I started to work with the STM32F7 Discovery kit and according to the instruction I set JP1 to 5V_STLINK and then I connected the USB cable from the kit to the PC to power the board. The outcomes are:LD7 is red, LD2 is red and the LD4 is green. Bu...

0693W000005CpAaQAK.jpg 0693W000005CpB4QAK.jpg
spark by Associate II
  • 658 Views
  • 1 replies
  • 1 kudos

Basic TouchGFX application don't work

Hi to all!I'm not able to run a very basic (a black screen) TouchGFX application on my hardware. I have follow the TouchGFX documentation and the STM32L496G-DISCO application example, but i wasn't lucky..In particular I never reach the breakpoint tha...

Luca1 by Senior
  • 3077 Views
  • 18 replies
  • 0 kudos

TouchGFX simulator color space?

Howto configure simulator to show real image as on RGB565 or RGB666 displays is showed? Now when i use image B simulator show it ideal, but real LCD as B64.Exist way to show it in simulator or i define IDEA for this.?

MM..1 by Chief III
  • 840 Views
  • 4 replies
  • 0 kudos