Browse Source

Enable bootscreen in all Configurations

AnHardt 10 years ago
parent
commit
80f2a20842

+ 1
- 0
Marlin/configurator/config/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/Felix/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/K8200/Configuration.h View File

@@ -53,6 +53,7 @@ Here are some standard links for getting your machine calibrated:
53 53
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
54 54
 // build by the user have been successfully uploaded into firmware.
55 55
 #define STRING_CONFIG_H_AUTHOR "(K8200, CONSULitAS)" // Who made the changes.
56
+#define SHOW_BOOTSCREEN
56 57
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
57 58
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
58 59
 

+ 1
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "RepRapWorld.com" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -73,6 +73,7 @@ Here are some standard links for getting your machine calibrated:
73 73
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
74 74
 // build by the user have been successfully uploaded into firmware.
75 75
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
76
+#define SHOW_BOOTSCREEN
76 77
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
77 78
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
78 79
 

+ 1
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -52,6 +52,7 @@ Here are some standard links for getting your machine calibrated:
52 52
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
53 53
 // build by the user have been successfully uploaded into firmware.
54 54
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
55
+#define SHOW_BOOTSCREEN
55 56
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
56 57
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
57 58
 

+ 1
- 0
Marlin/example_configurations/makibox/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

+ 1
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -48,6 +48,7 @@ Here are some standard links for getting your machine calibrated:
48 48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49 49
 // build by the user have been successfully uploaded into firmware.
50 50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51 52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52 53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53 54
 

Loading…
Cancel
Save