COMPACT_CUSTOM_BOOTSCREEN (#989)

MarlinFirmware/Marlin#26419
This commit is contained in:
Scott Lahteine 2023-11-17 18:20:48 -06:00 committed by GitHub
parent 1567fab346
commit 107f6c3ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
93 changed files with 2237 additions and 295 deletions

View file

@ -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