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

@ -3456,7 +3456,7 @@
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
// is too low, you should also increment SOFT_PWM_SCALE.
//#define FAN_SOFT_PWM
#define FAN_SOFT_PWM
// Incrementing this by 1 will double the software PWM frequency,
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.

View file

@ -1677,7 +1677,7 @@
//#define SD_DETECT_STATE HIGH
//#define SD_IGNORE_AT_STARTUP // Don't mount the SD card when starting up
#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
#define SDCARD_READONLY // Read-only SD card (to save over 2K of flash)
//#define GCODE_REPEAT_MARKERS // Enable G-code M808 to set repeat markers and do looping
@ -1869,7 +1869,7 @@
//#define CONFIGURATION_EMBEDDING
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
#define BINARY_FILE_TRANSFER
//#define BINARY_FILE_TRANSFER
#if ENABLED(BINARY_FILE_TRANSFER)
// Include extra facilities (e.g., 'M20 F') supporting firmware upload via BINARY_FILE_TRANSFER

View file

@ -95,3 +95,26 @@ const unsigned char custom_start_bmp[] PROGMEM = {
B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000011,B11111111,B11111111,B10000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,
B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00111111,B11111000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000,B00000000
};
// Saves 727 bytes
#define COMPACT_CUSTOM_BOOTSCREEN
const unsigned char custom_start_bmp_rle[281] PROGMEM = {
0x0F, 0x2A, 0xAF, 0x61, 0xF0, 0x3F, 0x5A, 0xF0, 0x9F, 0x55, 0xF0, 0xDF, 0x51, 0xF1, 0x1F, 0x4E,
0xF1, 0x3F, 0x4B, 0xF1, 0x7F, 0x48, 0xF1, 0x9F, 0x46, 0xF1, 0xBF, 0x44, 0xF0, 0x61, 0xF0, 0x5F,
0x42, 0xF0, 0x63, 0xF0, 0x5F, 0x40, 0xF0, 0x65, 0xF0, 0x5F, 0x3E, 0xF0, 0x66, 0xF0, 0x6F, 0x3D,
0xF0, 0x66, 0xF0, 0x6F, 0x3C, 0xF0, 0x76, 0xF0, 0x7F, 0x3A, 0xF0, 0x86, 0xF0, 0x8F, 0x39, 0xF0,
0x85, 0xF0, 0x9F, 0x38, 0xF0, 0x86, 0xF0, 0xAF, 0x37, 0xF0, 0x86, 0xF0, 0xAF, 0x36, 0xF0, 0x97,
0xF0, 0xAF, 0x35, 0xF0, 0x9D, 0xF0, 0x4F, 0x35, 0xF0, 0x8F, 0x00, 0xF0, 0x3F, 0x34, 0xF0, 0x9F,
0x01, 0xF0, 0x3F, 0x33, 0xF0, 0x9F, 0x01, 0xF0, 0x3F, 0x33, 0xF0, 0x9F, 0x00, 0xF0, 0x4F, 0x33,
0xF0, 0x9E, 0xF0, 0x5F, 0x32, 0xF0, 0xA6, 0xF0, 0xEF, 0x31, 0xF0, 0x96, 0xF0, 0xFF, 0x31, 0xF0,
0x96, 0xF0, 0xFF, 0x31, 0xF0, 0x96, 0xF0, 0xFF, 0x31, 0xF0, 0x96, 0xF0, 0xFF, 0x31, 0xF0, 0x95,
0xF1, 0x0F, 0x31, 0xF0, 0x95, 0xF1, 0x0F, 0x31, 0xF0, 0x86, 0xF1, 0x0F, 0x31, 0xF0, 0x86, 0xF1,
0x0F, 0x31, 0xF0, 0x86, 0xF1, 0x0F, 0x31, 0xF0, 0x85, 0xF1, 0x1F, 0x32, 0xF0, 0x66, 0xF1, 0x0F,
0x33, 0xF0, 0x66, 0xF1, 0x0F, 0x33, 0xF0, 0x66, 0xF1, 0x0F, 0x33, 0xF0, 0x66, 0xF1, 0x0F, 0x34,
0xF0, 0x55, 0xF1, 0x0F, 0x35, 0xF0, 0x46, 0xD1, 0xF0, 0x0F, 0x35, 0xF0, 0x46, 0xB5, 0xDF, 0x36,
0xF0, 0x36, 0xA6, 0xCF, 0x37, 0xF0, 0x35, 0x98, 0xCF, 0x38, 0xF0, 0x25, 0x6B, 0xBF, 0x39, 0xF0,
0x1F, 0x09, 0xCF, 0x3A, 0xF0, 0x0F, 0x08, 0xCF, 0x3C, 0xEF, 0x07, 0xCF, 0x3D, 0xEF, 0x05, 0xEF,
0x3E, 0xCF, 0x04, 0xF0, 0x0F, 0x40, 0xBF, 0x02, 0xF0, 0x1F, 0x42, 0xC8, 0xF0, 0x7F, 0x44, 0xF1,
0xBF, 0x46, 0xF1, 0x9F, 0x48, 0xF1, 0x7F, 0x4B, 0xF1, 0x3F, 0x4E, 0xF1, 0x1F, 0x51, 0xF0, 0xDF,
0x55, 0xF0, 0x9F, 0x5A, 0xF0, 0x3F, 0x61, 0xAF, 0x2B
};