add a real BOOT state, to avoid glitch from redrawing bootscreen twice

also its the right thing to do ;-)
This commit is contained in:
geeksville
2020-03-18 15:00:17 -07:00
parent 0d94458c4e
commit 53765298e1
5 changed files with 38 additions and 13 deletions

View File

@@ -38,6 +38,9 @@ public:
/// Rebuilt our list of screens
void setFrames();
/// Show our logo (and turn the screen on)
void showBootscreen();
private:
};