-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add miniscreen app for onboarding #102
Conversation
From what I can tell, this still need first boot logic to be ported. We should replace the FS expand breadcrumb with something more robust. One possible option would be to check the filesystem size, though I'm sure there are other ways to detect. |
33db04a
to
690b39d
Compare
We should ensure that If there is any user code using the display and we do nothing else, the entire application will lock up because the miniscreen is considered to already be in use (See pi-top/pi-top-Python-SDK#386 for a fix for this). Therefore, for safety, we should include the |
efdff2b
to
8ce0518
Compare
The other side of pi-top/pi-top-4-Miniscreen#139
Note: this is using a placeholder GIF for AP mode. This PR is blocked until we have the assets (pi-top/pi-top-4-Miniscreen#136)