STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-TOUCHGFX 4.24.0 is out!

TouchGFX 4.24.0 is now out. Please follow this link to download it. 4.24.0 Release details: Release date: June 6th, 2024 New TouchGFX Designer Features: Added a QR Code widget.Added RGB Compression for images. New TouchGFX Core Features:  Added RG...

LouisB by ST Employee
  • 768 Views
  • 0 replies
  • 2 kudos

TouchGFX Academy launch announcement!

Dear Community, We're excited to announce the creation of the TouchGFX Academy! The TouchGFX Academy is a new place to learn TouchGFX with concrete examples and to find answers to your questions when developing your UI. It includes tutorials of cour...

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

TextAreaWithWildcard displaying "?"

When I run this code:void Screen1View::startSession()   {   Unicode::fromUTF8((const uint8_t*) "Hello world!!", longTxtBuffer, LONGTXT_SIZE);   longTxt.invalidate();   }   it works as expected.However, when I change it to:void Screen1View::startSe...

AMege by Associate II
  • 682 Views
  • 7 replies
  • 0 kudos

Resolved! Add files to designer code + LL drivers

Hello,I am trying to add serial communication to the designer generated gui code. I used the blank template from TouchGFX designer for STM32F469I-disco board. Gui works fine, but I cannot manage to add my own code to it. I guess I need to edit the ta...

Deividas by Associate II
  • 768 Views
  • 8 replies
  • 0 kudos

1bit mode white color bug

Hi, i discovered wierd behavior for touchgfx when using 1bit mode (BW or BW_RLE). Issue happens when you place black color on white one, then in editor everything looks normal but in simulator and on the board the white color overlays the black one. ...

Resolved! How much SDRAM memory I use? TouchGFX

Hello,I use stm32f429 disco board which has IS42S16400J 64Mb SDRAM,so I use SDRAM for frame buffer.Is there any opportunity to know how much SDRAM memory my application needs?and how much I use at the moment?Thank you,Anton

qqAnton by Senior
  • 508 Views
  • 3 replies
  • 0 kudos

font converter

In my Aplication I have a big ​text database (nearly 1000 Text_Id) and nearly 25 languages.Sometimes I need a specific Text_Id with left Alignment and sometimes with right Alignment. Sometimes with font size 20 (big) sometimes with font size 15 (smal...

MHase by Associate II
  • 909 Views
  • 9 replies
  • 0 kudos