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

See if the Init Code conversion is correct?

It received the initial code for the ILI9806E.The codes you received are as follows.write_command(0xFF); // Change to Page 1 CMD write_data(0xFF); write_data(0x98); write_data(0x06); write_data(0x04); write_data(0x01); write_command(0x08); //Output S...

PKunK.1 by Associate III
  • 1340 Views
  • 5 replies
  • 0 kudos

Resolved! Displaying Data to TouchGFX UI using wildcards

Hi GuysI am a noobie and I am just starting out with TouchGFX. I have designed a 7 screen gui which cycles between screens (1-7 in that order which cylces indefinitely) and I have a text area which I want to populate with real-time data. This is only...

Nikola01_2-1714987046276.png Nikola01_1-1714986998861.png

Resolved! Resize string variable

Hi i have this code: char string[6]="Hello";char string1[6]="World"; touchgfx::Unicode::UnicodeChar dst[6];touchgfx::Unicode::UnicodeChar dst1[6];touchgfx::Unicode::UnicodeChar txtAreaBuffer1[100]; Unicode::strncpy(dst, string, 6);Unicode::strncpy(ds...

Schamann by Associate II
  • 609 Views
  • 3 replies
  • 0 kudos

Resolved! Portrait readBMP24File

My problems with Portrait orientation don't end.I have a very large project where changing the architecture and function calls costs much more than changing a single function.My problem is how?The function is readBMP24File.In my project it is loaded ...

Resolved! TouchGFX change button text

Hello, I try to do my own keyboard.My idea: when click on shift button (red a, btnShift) i want replace big letters with small. All buttons are FlexButtonCan I use the Action Execute C++ code ?like this:btnA.setText(TypedText('a'));but not woking now...

Schamann_0-1714601554516.png
Schamann by Associate II
  • 1525 Views
  • 4 replies
  • 5 kudos

Resolved! Could any STMCU be used to drive dual LCD screens?

Hello Guys,I am searching for a MCU to drive dual LCD screens. Although I see some MCU (eg, STM32U5G9ZJTXQ) providing both DSI and RGB mode interfaces without pinout collision, I didn't see any description about whether the LTDC can output 2 differen...

srony by Associate II
  • 1136 Views
  • 6 replies
  • 3 kudos