Browse Source

Enable bootscreen in all Configurations

AnHardt 10 years ago
parent
commit
80f2a20842

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

48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
53
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
54
 // build by the user have been successfully uploaded into firmware.
54
 // build by the user have been successfully uploaded into firmware.
55
 #define STRING_CONFIG_H_AUTHOR "(K8200, CONSULitAS)" // Who made the changes.
55
 #define STRING_CONFIG_H_AUTHOR "(K8200, CONSULitAS)" // Who made the changes.
56
+#define SHOW_BOOTSCREEN
56
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
57
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
57
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "RepRapWorld.com" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "RepRapWorld.com" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
73
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
74
 // build by the user have been successfully uploaded into firmware.
74
 // build by the user have been successfully uploaded into firmware.
75
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
75
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
76
+#define SHOW_BOOTSCREEN
76
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
77
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
77
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
52
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
53
 // build by the user have been successfully uploaded into firmware.
53
 // build by the user have been successfully uploaded into firmware.
54
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
54
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
55
+#define SHOW_BOOTSCREEN
55
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
56
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
56
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
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
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
48
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
49
 // build by the user have been successfully uploaded into firmware.
49
 // build by the user have been successfully uploaded into firmware.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
50
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
51
+#define SHOW_BOOTSCREEN
51
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 #define STRING_SPLASH_LINE1 BUILD_VERSION // will be shown during bootup in line 1
52
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53
 //#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2
53
 
54
 

Loading…
Cancel
Save