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

STLK Over Current LED 2 blinked

As I am using the STM32H745 board when I attach my external board to the controller the LED2 of the controller starts blinking. As datasheet refer LED2 to STLK Over Current. now my LCD is not working nor is it debugging. but LED2 and LED3 are still b...

SAMIN.1 by Associate III
  • 675 Views
  • 2 replies
  • 0 kudos

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
  • 1075 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
  • 980 Views
  • 4 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
  • 459 Views
  • 1 replies
  • 0 kudos