STM32 MCUs TouchGFX and GUI

Discuss STM32 and TouchGFX implementations, including configuration, debugging, and optimization.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

text doesn't change

i simply create a application with a label button, container with two radio button shown belowactually what i want is when i click the button show the container (do it with interaction and virtual function calling)container.setvisible(true)container....

0693W00000WIFCqQAP.png 0693W00000WIFFAQA5.png 0693W00000WIFEvQAP.png
MA.21 by Associate III
  • 1340 Views
  • 4 replies
  • 0 kudos

space character

as i includeUnicode::snprintf(textArea1Buffer, TEXTAREA1_SIZE, "%s%d\n", textArea1Buffer, pda[i]);   //textArea1.invalidate();    textArea1.invalidate();it works when i replace \n with \t show fallback characte(?)what is actually happenalso addwildca...

0693W00000WIOI8QAP.png
MA.21 by Associate III
  • 1174 Views
  • 4 replies
  • 0 kudos

[STemWin]Inconsistent wchar_t size warning on IAR 8.50.1

Hello, When I try to build source codes including STemWin(5.40) library, following warning is shown and display is not work. when I tested at IAR 7.80.4, there was no problem.Warning[Lt009]: Inconsistent wchar_t size       GUIAA_Char4Ext_XBF.o(STemWi...

Tiel by Associate II
  • 958 Views
  • 1 replies
  • 0 kudos

text arae to arry

can i add 10 textarea into an array likeuint8_t txt[10] = {textarea1,textarea2,textarea3,.....,textarea10};actually i want 100 uart data 10 times ie1st time recieved and printed on textare1, 2nd on second and so on. after each printing an index in ...

MA.21 by Associate III
  • 565 Views
  • 1 replies
  • 0 kudos

Integration of TouchGFX with an External Display via. the B-LCDAD-HDMI1 board for the STM32F769-Discovery

Hi all, I am currently using the STM32F769-Discovery board.I am looking to display a GUI designed with TouchGFX Designer (4.20.0) on an external screen via. the B-LCDAD-HDMI1 board. The display I am using is the 7inch Capacitive Touch Screen LCD (7i...

TouchGFX screen touch problem

I am using stm32l4r9. Added buttons to the screen when using TouchGFX. After uploading the file, the touch function of the screen will disappear after about 1 minute. In other words I don't get a response when I press the button.

Jesse by Associate
  • 1092 Views
  • 3 replies
  • 0 kudos