Skip to main content
Stormblessed
Associate
June 12, 2019
Solved

Demo source code of touchgfx_demo2014_240x320

  • June 12, 2019
  • 3 replies
  • 918 views

I'm looking for the source code of touchgfx_demo2014_240x320, I could only find the .hex file for the STM32F429I-Discovery board. It used to be available in old versions of TouchGFX designer under <touchgfx install dir>/app/demo/. Thanks in advance.

This topic has been closed for replies.
Best answer by Martin KJELDSEN

Hi @Stormblessed​,

Here's the code. The application structure is based on 4.8.0, though, so it does not follow the usual structure where touchgfx framework is inside the application folder. You may be able to upgrade it, or at the very least, get the source code from the gui/ folder.

/Martin

3 replies

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
June 12, 2019

Hi @Stormblessed​,

Here's the code. The application structure is based on 4.8.0, though, so it does not follow the usual structure where touchgfx framework is inside the application folder. You may be able to upgrade it, or at the very least, get the source code from the gui/ folder.

/Martin

Stormblessed
Associate
June 13, 2019

Thanks for your fast reply, that's what I needed.

S

Martin KJELDSEN
Principal III
June 13, 2019

No problem! Let me know if you need anything else and if you can get the demo working with Touchgfx 4.10.0

/Martin