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! Pause or stop dynamic graph

I am trying to pause or stop a dynamic graph when data has scrolled to the right hand side once.  I will then use a second and third etc., dynamic graph on top to display further 'screen shots' of data, to create a stack of overlays.Is it possible to...

IPrin.1 by Associate III
  • 198 Views
  • 3 replies
  • 2 kudos

Resolved! SDMMC Does not work with TouchGFX Application.

Hi,Iam using a STM32F746 DISCO Board to use SDMMC in a TOUCHGFX Application but Iam not able to get past if(f_mkfs((TCHAR const*)SDPath, FM_ANY, 0, rtext, sizeof(rtext)) != FR_OK) function. It gives error here. Even If I comment this section and re...

SMour.2 by Associate III
  • 1088 Views
  • 5 replies
  • 0 kudos

getPixelData() Hardfault

I have a screen with only 1 line of text and I get a Hard Fault when I try to run it. I get the fault here at the glyph->dataOffset:const uint8_t* GeneratedFont::getPixelData(const GlyphNode* glyph) const{const uint8_t* const* table = (const uint8_t*...

beezybee by Associate II
  • 370 Views
  • 15 replies
  • 0 kudos