Skip to content

Splash Screen #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
suyulin opened this issue Jul 14, 2021 · 5 comments
Closed

Splash Screen #189

suyulin opened this issue Jul 14, 2021 · 5 comments

Comments

@suyulin
Copy link

suyulin commented Jul 14, 2021

hi,
How to add Splash Screen ?

@ardera
Copy link
Owner

ardera commented Jul 14, 2021

that's not really in the scope of flutter-pi, but:

  • you need to disable the kernel console / show it on some other display
  • raspbian uses plymouth for boot splash, so you can add a theme to that and set is as default
  • enable the boot splash (not sure it's enabled by default)

there's a lot of resources about the individual steps online, I think you can google them all

@suyulin
Copy link
Author

suyulin commented Jul 19, 2021

that's not really in the scope of flutter-pi, but:

  • you need to disable the kernel console / show it on some other display
  • raspbian uses plymouth for boot splash, so you can add a theme to that and set is as default
  • enable the boot splash (not sure it's enabled by default)

there's a lot of resources about the individual steps online, I think you can google them all

thx

@suyulin suyulin closed this as completed Jul 19, 2021
@sdabet-orpheo
Copy link

I enabled plymouth splash screen but couldn't figure out how to keep it visible while flutter-pi is starting up, any idea ?

@ardera
Copy link
Owner

ardera commented Apr 20, 2023

@sdabet-orpheo What is shown on the display in the time between splash screen quit and first flutter frame, for you, right now? The kernel console? Just a black screen? (is the backlight active?)

I have no idea really how plymouth works and what makes it quit, but I can try looking into it a bit

@sdabet-orpheo
Copy link

@ardera There's a black screen, then a login prompt. Then the first flutter frame appears a few seconds after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants