Browse Source

Remove bootscreen timeouts matching default

Scott Lahteine 6 years ago
parent
commit
872e172bcd

+ 0
- 1
config/examples/AnimationExample/_Bootscreen.h View File

@@ -28,7 +28,6 @@
28 28
 #define CUSTOM_BOOTSCREEN_FRAME_TIME 100  // (ms)
29 29
 
30 30
 #define CUSTOM_BOOTSCREEN_BMPWIDTH   128
31
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500  // (ms)
32 31
 
33 32
 const unsigned char custom_start_bmp[] PROGMEM = {
34 33
   B00011111,B11111111,B11111111,B11111111,B11111111,B11001111,B11111111,B11111111,B11111111,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,

+ 0
- 1
config/examples/Creality/Ender-3/_Statusscreen.h View File

@@ -33,7 +33,6 @@
33 33
 //
34 34
 // Status Screen Logo bitmap
35 35
 //
36
-#define STATUS_LOGO_Y            8
37 36
 #define STATUS_LOGO_WIDTH       39
38 37
 
39 38
 const unsigned char status_logo_bmp[] PROGMEM = {

+ 0
- 1
config/examples/Formbot/Raptor/_Bootscreen.h View File

@@ -31,7 +31,6 @@
31 31
  */
32 32
 #include <avr/pgmspace.h>
33 33
 
34
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
35 34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
36 35
 #define CUSTOM_BOOTSCREEN_INVERTED
37 36
 

+ 0
- 1
config/examples/Formbot/T_Rex_2+/_Bootscreen.h View File

@@ -31,7 +31,6 @@
31 31
  */
32 32
 #include <avr/pgmspace.h>
33 33
 
34
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
35 34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
36 35
 
37 36
 const unsigned char custom_start_bmp[] PROGMEM = {

+ 0
- 1
config/examples/Formbot/T_Rex_3/_Bootscreen.h View File

@@ -31,7 +31,6 @@
31 31
  */
32 32
 #include <avr/pgmspace.h>
33 33
 
34
-#define CUSTOM_BOOTSCREEN_TIMEOUT   2500
35 34
 #define CUSTOM_BOOTSCREEN_BMPWIDTH  128
36 35
 
37 36
 const unsigned char custom_start_bmp[] PROGMEM = {

Loading…
Cancel
Save