STM32 MCUs TouchGFX and GUI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Join the TouchGFX contest now!

Hey everyone, for those who haven't seen the announcement in the community blog, I'm also announcing this here :) We're launching a contest focused on custom containers!  Custom containers have been a hot topic on our forum, and we love seeing the en...

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! Problems upgrading from 4.9.6 to 4.10.0

Hi @Martin KJELDSEN​ !You usually support me with TouchGFX, this must be a simple one for you but I can't find the solution in the community.I'm having an issue trying to update my project from TouchGFX 4.9.6 to 4.10. I get the build error:undefined ...

nokia 6300 lcd

i found this site http://andybrown.me.uk/2012/06/05/nokia-lcd-for-arduino-mega-1/I wanna change OLED to Nokia screen lcd , it is 8080 interfaceBUT did not find a std library for it

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
  • 1420 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
  • 1673 Views
  • 8 replies
  • 0 kudos

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
  • 932 Views
  • 3 replies
  • 0 kudos