cancel
Showing results for 
Search instead for 
Did you mean: 

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

LMalv.1
Associate II

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  

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

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

View solution in original post

5 REPLIES 5
Romain DIELEMAN
ST Employee

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
Chief III

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

LMalv.1
Associate II

Thank you !!!

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?

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.