cancel
Showing results for 
Search instead for 
Did you mean: 

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

MHase
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

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

View solution in original post

2 REPLIES 2
Martin KJELDSEN
Chief III

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

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).