mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-13 01:37:56 -06:00
parent
1567fab346
commit
107f6c3ea7
93 changed files with 2237 additions and 295 deletions
|
@ -62,6 +62,7 @@ const unsigned char custom_start_bmp[] PROGMEM = {
|
|||
B00011111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111000
|
||||
};
|
||||
|
||||
#ifdef CUSTOM_BOOTSCREEN_ANIMATED
|
||||
|
||||
const unsigned char custom_start_bmp1[] PROGMEM = {
|
||||
B00011111,B11111111,B11111111,B11111111,B11111111,B11111111,B11111111,
|
||||
|
@ -218,3 +219,5 @@ const unsigned char custom_start_bmp6[] PROGMEM = {
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif // CUSTOM_BOOTSCREEN_ANIMATED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue