STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! TouchGFX Color Issue with QSPI Flash

I am currently working on a TouchGFX project with an H7 custom board with QSPI external flash and SDRAM.I am able to get the display working properly when not using the external flash.The external flash has been tested separately by writing to it & u...

wlynn777 by Associate III
  • 1317 Views
  • 5 replies
  • 1 kudos

Resolved! How to update textArea value in custom container?

Hi all,I have create a custom container named "tableLine":And using the "tableLine", I make a "table":in "tableLine.cpp", I write the following code:void tableLine::setLineContent(tableItem_t* item) { Unicode::snprintf(txtIDBuffer, TXTID_SIZE, "%s",...

Junde_0-1715329850891.png Junde_1-1715329996975.png Junde_2-1715330427148.png
Junde by Senior II
  • 443 Views
  • 1 replies
  • 2 kudos

TextArea with wildcard Array

Hi, I am currently working on a project to imitate a level display for an elevator. Using TouchGFX, i have 10 buttons with values 1-10 and once a button has been pressed it will add said value to a textbox with a wildcard on the screen. once that is ...

Resolved! Getting data from List Layout Elements

I am not very experienced with CPP or TouchGFX. I have created a Custom Container with a TextArea, a ToggleButton, and a couple of ScrollWheels. I have created a list layout, and used .add() to add two new instances of the Custom Container to my list...

CYBR by Associate II
  • 572 Views
  • 2 replies
  • 0 kudos

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
  • 1161 Views
  • 5 replies
  • 0 kudos