|
@ -3,7 +3,8 @@ |
|
|
// Please note that using the high-res version takes 402Bytes of PROGMEM.
|
|
|
// Please note that using the high-res version takes 402Bytes of PROGMEM.
|
|
|
//#define START_BMPHIGH
|
|
|
//#define START_BMPHIGH
|
|
|
|
|
|
|
|
|
#if ENABLED(START_BMPHIGH) |
|
|
#if ENABLED(SHOW_BOOTSCREEN) |
|
|
|
|
|
#if ENABLED(START_BMPHIGH) |
|
|
#define START_BMPWIDTH 112 |
|
|
#define START_BMPWIDTH 112 |
|
|
#define START_BMPHEIGHT 38 |
|
|
#define START_BMPHEIGHT 38 |
|
|
#define START_BMPBYTEWIDTH 14 |
|
|
#define START_BMPBYTEWIDTH 14 |
|
@ -48,7 +49,7 @@ |
|
|
,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x78 |
|
|
,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x78 |
|
|
,0x0f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0 |
|
|
,0x0f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0 |
|
|
,0x01,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x80 }; |
|
|
,0x01,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x80 }; |
|
|
#else |
|
|
#else |
|
|
#define START_BMPWIDTH 56 |
|
|
#define START_BMPWIDTH 56 |
|
|
#define START_BMPHEIGHT 19 |
|
|
#define START_BMPHEIGHT 19 |
|
|
#define START_BMPBYTEWIDTH 7 |
|
|
#define START_BMPBYTEWIDTH 7 |
|
@ -74,6 +75,7 @@ |
|
|
,0x40,0x00,0x00,0x00,0x00,0x00,0x02 |
|
|
,0x40,0x00,0x00,0x00,0x00,0x00,0x02 |
|
|
,0x60,0x00,0x00,0x00,0x00,0x00,0x06 |
|
|
,0x60,0x00,0x00,0x00,0x00,0x00,0x06 |
|
|
,0x1f,0xff,0xff,0xff,0xff,0xff,0xf8 }; |
|
|
,0x1f,0xff,0xff,0xff,0xff,0xff,0xf8 }; |
|
|
|
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
// Here comes a compile-time operation to match the extruder symbols
|
|
|
// Here comes a compile-time operation to match the extruder symbols
|
|
|