mirror of
https://github.com/pelgraine/Meck.git
synced 2026-05-02 19:42:38 +02:00
show please wait message on companion boot
This commit is contained in:
@@ -1442,7 +1442,9 @@ void setup() {
|
||||
#ifdef DISPLAY_CLASS
|
||||
if (display.begin()) {
|
||||
disp = &display;
|
||||
disp->clear();
|
||||
disp->startFrame();
|
||||
disp->print("Please wait...");
|
||||
disp->endFrame();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user