Better animated boot screen

This commit is contained in:
Scott Lahteine
2020-12-11 18:21:56 -06:00
parent 8f008ac75d
commit 9c9113e225
3 changed files with 12 additions and 12 deletions

View File

@ -88,10 +88,6 @@ void MarlinUI::clear_lcd() {
}
#if ENABLED(SHOW_BOOTSCREEN)
#ifndef BOOTSCREEN_TIMEOUT
#define BOOTSCREEN_TIMEOUT 1500
#endif
void MarlinUI::show_bootscreen() {
tft.queue.reset();
@ -106,7 +102,7 @@ void MarlinUI::clear_lcd() {
safe_delay(BOOTSCREEN_TIMEOUT);
clear_lcd();
}
#endif // SHOW_BOOTSCREEN
#endif
void MarlinUI::draw_kill_screen() {
tft.queue.reset();

View File

@ -90,10 +90,6 @@ void MarlinUI::clear_lcd() {
}
#if ENABLED(SHOW_BOOTSCREEN)
#ifndef BOOTSCREEN_TIMEOUT
#define BOOTSCREEN_TIMEOUT 1500
#endif
#undef BOOTSCREEN_TIMEOUT
#define BOOTSCREEN_TIMEOUT 5000
@ -112,7 +108,7 @@ void MarlinUI::clear_lcd() {
safe_delay(BOOTSCREEN_TIMEOUT);
clear_lcd();
}
#endif // SHOW_BOOTSCREEN
#endif
void MarlinUI::draw_kill_screen() {
tft.queue.reset();