From 872e172bcdf47d9aacdd1ce478d12668ee81f4a8 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Fri, 28 Jun 2019 19:03:59 -0500
Subject: [PATCH] Remove bootscreen timeouts matching default

---
 config/examples/AnimationExample/_Bootscreen.h   | 1 -
 config/examples/Creality/Ender-3/_Statusscreen.h | 1 -
 config/examples/Formbot/Raptor/_Bootscreen.h     | 1 -
 config/examples/Formbot/T_Rex_2+/_Bootscreen.h   | 1 -
 config/examples/Formbot/T_Rex_3/_Bootscreen.h    | 1 -
 5 files changed, 5 deletions(-)

diff --git a/config/examples/AnimationExample/_Bootscreen.h b/config/examples/AnimationExample/_Bootscreen.h
index ebd5732c51..98e9d1e430 100644
--- a/config/examples/AnimationExample/_Bootscreen.h
+++ b/config/examples/AnimationExample/_Bootscreen.h
@@ -28,7 +28,6 @@
 #define CUSTOM_BOOTSCREEN_FRAME_TIME 100  // (ms)
 
 #define CUSTOM_BOOTSCREEN_BMPWIDTH   128
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500  // (ms)
 
 const unsigned char custom_start_bmp[] PROGMEM = {
   B00011111,B11111111,B11111111,B11111111,B11111111,B11001111,B11111111,B11111111,B11111111,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
diff --git a/config/examples/Creality/Ender-3/_Statusscreen.h b/config/examples/Creality/Ender-3/_Statusscreen.h
index 626bb679e1..4600d4cc7c 100644
--- a/config/examples/Creality/Ender-3/_Statusscreen.h
+++ b/config/examples/Creality/Ender-3/_Statusscreen.h
@@ -33,7 +33,6 @@
 //
 // Status Screen Logo bitmap
 //
-#define STATUS_LOGO_Y            8
 #define STATUS_LOGO_WIDTH       39
 
 const unsigned char status_logo_bmp[] PROGMEM = {
diff --git a/config/examples/Formbot/Raptor/_Bootscreen.h b/config/examples/Formbot/Raptor/_Bootscreen.h
index 03d2b002e1..2a7081ac2e 100644
--- a/config/examples/Formbot/Raptor/_Bootscreen.h
+++ b/config/examples/Formbot/Raptor/_Bootscreen.h
@@ -31,7 +31,6 @@
  */
 #include <avr/pgmspace.h>
 
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
 #define CUSTOM_BOOTSCREEN_INVERTED
 
diff --git a/config/examples/Formbot/T_Rex_2+/_Bootscreen.h b/config/examples/Formbot/T_Rex_2+/_Bootscreen.h
index 471b95f52e..5fa445a864 100644
--- a/config/examples/Formbot/T_Rex_2+/_Bootscreen.h
+++ b/config/examples/Formbot/T_Rex_2+/_Bootscreen.h
@@ -31,7 +31,6 @@
  */
 #include <avr/pgmspace.h>
 
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
 
 const unsigned char custom_start_bmp[] PROGMEM = {
diff --git a/config/examples/Formbot/T_Rex_3/_Bootscreen.h b/config/examples/Formbot/T_Rex_3/_Bootscreen.h
index b2b876f976..ff155618d6 100644
--- a/config/examples/Formbot/T_Rex_3/_Bootscreen.h
+++ b/config/examples/Formbot/T_Rex_3/_Bootscreen.h
@@ -31,7 +31,6 @@
  */
 #include <avr/pgmspace.h>
 
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
 
 const unsigned char custom_start_bmp[] PROGMEM = {
-- 
GitLab