Animated Marlin boot screen (#14961)

This commit is contained in:
Ludy
2019-08-18 01:40:01 +02:00
committed by Scott Lahteine
parent 9e49f154d8
commit 6715fd159c
107 changed files with 534 additions and 27 deletions

View File

@ -25,7 +25,7 @@
* Animated boot screen example
*/
#define ANIMATED_BOOTSCREEN
#define CUSTOM_BOOTSCREEN_ANIMATED
#define CUSTOM_BOOTSCREEN_FRAME_TIME 100 // (ms)
#define CUSTOM_BOOTSCREEN_BMPWIDTH 128
@ -90,7 +90,7 @@ const unsigned char custom_start_bmp[] PROGMEM = {
B00000000,B00000000,B00000000,B00000000,B00001110,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000
};
#if ENABLED(ANIMATED_BOOTSCREEN)
#if ENABLED(CUSTOM_BOOTSCREEN_ANIMATED)
const unsigned char custom_start_bmp1[] PROGMEM = {
B11111001,B11111111,B11111111,B11111111,B11110000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,