Skip to main content
MHase
Associate III
September 3, 2019
Solved

Is it possible to select NO startup screen in an application wit TouchGFX Designer?​

  • September 3, 2019
  • 2 replies
  • 860 views

Is it possible to select NO startup screen in an application with TouchGFX Designer?​

Because I want to show no screen at the beginning until other initialisation-routines are processed.

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

Hi @MHase​,

No it's not, but, you could have a specific, empty init screen for that purpose and just transition to your main application once initialization is complete.

/Martin

2 replies

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
September 3, 2019

Hi @MHase​,

No it's not, but, you could have a specific, empty init screen for that purpose and just transition to your main application once initialization is complete.

/Martin

Martin KJELDSEN
Principal III
September 5, 2019

Another option is to not start the GUI thread until you're done - But the good thing about having a blank screen is that you can use TouchGFX to display something temporary. But you could of course just initiailze the framebuffer memory to whatever color you want before TouchGFX is actually started).