STM32 MCUs TouchGFX and GUI

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

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
  • 1337 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
  • 1568 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
  • 889 Views
  • 3 replies
  • 0 kudos

font converter

In my Aplication I have a big ​text database (nearly 1000 Text_Id) and nearly 25 languages.Sometimes I need a specific Text_Id with left Alignment and sometimes with right Alignment. Sometimes with font size 20 (big) sometimes with font size 15 (smal...

MHase by Associate II
  • 1949 Views
  • 9 replies
  • 0 kudos