|
|
|
@ -79,17 +79,18 @@
|
|
|
|
|
#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION "STM32F103RET6 board" // will be shown during bootup in line 1
|
|
|
|
|
#define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// *** VENDORS PLEASE READ *****************************************************
|
|
|
|
|
//
|
|
|
|
|
// Marlin now allow you to have a vendor boot image to be displayed on machine
|
|
|
|
|
// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
|
|
|
|
|
// custom boot image and then the default Marlin boot image is shown.
|
|
|
|
|
//
|
|
|
|
|
// We suggest for you to take advantage of this new feature and keep the Marlin
|
|
|
|
|
// boot image unmodified. For an example have a look at the bq Hephestos 2
|
|
|
|
|
// example configuration folder.
|
|
|
|
|
//
|
|
|
|
|
/**
|
|
|
|
|
* *** VENDORS PLEASE READ ***
|
|
|
|
|
*
|
|
|
|
|
* Marlin allows you to add a custom boot image for Graphical LCDs.
|
|
|
|
|
* With this option Marlin will first show your custom screen followed
|
|
|
|
|
* by the standard Marlin logo with version number and web URL.
|
|
|
|
|
*
|
|
|
|
|
* We encourage you to take advantage of this new feature and we also
|
|
|
|
|
* respecfully request that you retain the unmodified Marlin boot screen.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// Enable to show the bitmap in Marlin/_Bootscreen.h on startup.
|
|
|
|
|
//#define SHOW_CUSTOM_BOOTSCREEN
|
|
|
|
|
|
|
|
|
|
// Enable to show the bitmap in Marlin/_Statusscreen.h on the status screen.
|
|
|
|
|