Splash screen support #386
Replies: 1 comment 1 reply
-
To be honest that’s more a function of the display library. You need to present the splash in the library initialisation routine for it to be early enough. I think it would be too late by the time tcMenu fired up. You could also use take over display, it’s commonly used for that kind of thing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Dave,
I'd like to create a splash screen which is shown for about 2-5 seconds once the firmware boots up.
First of all, what approach would you suggest? Taking over the display from TcMenu?
Second of all... Would it make sense to make this part of this library?
Thanks for the advice/opinion about this.
Vlad
Beta Was this translation helpful? Give feedback.
All reactions