2019-09-03 03:01 AM
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.
Solved! Go to Solution.
2019-09-03 04:37 AM
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
2019-09-03 04:37 AM
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
2019-09-05 05:57 AM
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).