Skip to main content
LMalv.1
Associate II
April 24, 2020
Solved

Hello, I'm new with TouchGFX, I would like to use an Application template with a different display resolution and size.

  • April 24, 2020
  • 3 replies
  • 1389 views

searching on Internet I found the solution, that is to create a custom application template, but the link, https://touchgfx.zendesk.com/hc/en-us/articles/115002741432-Create-custom-Application-Template It still not available, so I'm looking for a new link with detailed documentation for create my custom application template  

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

Hi @LMalv.1​,

Also check out https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-change-pixelformat-bpp

It shows what to consider when wanting to make changes to a TouchGFX project by reconfiguring the CubeMX project (like resolution, bit depth),

And the article for creating an application template is here: https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-create-at

/Martin

3 replies

Romain DIELEMAN
ST Employee
April 27, 2020

Hi, please have a look at the Board Bring Up section in the new documentation. The How To sub section will guide you through the configuration steps to create your own application template for a custom board. This might be complicated and take you some time if you are new to this.

/Romain

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
April 28, 2020

Hi @LMalv.1​,

Also check out https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-change-pixelformat-bpp

It shows what to consider when wanting to make changes to a TouchGFX project by reconfiguring the CubeMX project (like resolution, bit depth),

And the article for creating an application template is here: https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-create-at

/Martin

pabian
Associate II
August 24, 2020

Hi Martin,

In the article for creating an application template,

" Open a TouchGFX Environment console and execute the following command in the parent directory of the application:"

  • What is the touchGFX Environment console?
  • How I open it?
pabian
Associate II
August 26, 2020

I solved.

  • open PowerShell in Windows
  • move to the TouchGFX project folder location (C:\TouchGFXProjects\Myapplication created from TouchGFX desinger)
  • call ​<tgfx.exe directoy path>\tgfx.exe -d MyApplication (*MyApplication.touchgfx file must be in the MyApplication folder)
  • created MyApplication.zip and MyApplication.json

Everything is strange to a newbie.

LMalv.1
LMalv.1Author
Associate II
April 28, 2020

Thank you !!!