mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-24 15:13:54 -06:00
Animated Marlin boot screen (#14961)
This commit is contained in:
parent
9e49f154d8
commit
6715fd159c
107 changed files with 534 additions and 27 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue