Boot-screen for the character displays

Uses about 488 byte of progmem and 32 byte of RAM.
For that configurable.
This commit is contained in:
AnHardt
2015-07-31 16:24:20 +02:00
committed by Richard Wackerbarth
parent 866efc14fe
commit 09571b7753
2 changed files with 86 additions and 0 deletions

View File

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