changed boot logo a bit to test if fat wall goes away

master
Bo Herrmannsen 10 years ago
parent 47881574ed
commit 3bb9b31515

@ -2,66 +2,26 @@
#define START_BMPHEIGHT 64 //Height in pixels
#define START_BMPBYTEWIDTH 8 //Width in bytes
const unsigned char start_bmp[574] PROGMEM = { //AVR-GCC, WinAVR
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x0f,0xff,0xff,0xff,0xff,0xff,0xff,0xef,
0x30,0x00,0x00,0x00,0x00,0x00,0x7f,0xff,
0x60,0x00,0x00,0x00,0x00,0x00,0x1f,0xff,
0x40,0x00,0x00,0x00,0x00,0x00,0x0f,0xff,
0x40,0x00,0x00,0x00,0x01,0x80,0x0f,0xff,
0x83,0xef,0xc0,0x00,0x01,0x8c,0x07,0xff,
0x87,0xff,0xe0,0x00,0x01,0x8c,0x03,0xff,
0x86,0x38,0x60,0x00,0x01,0x80,0x01,0xff,
0x86,0x18,0x63,0xe0,0xf9,0x8c,0x7c,0xff,
0x86,0x18,0x67,0xf1,0xfd,0x8c,0xfe,0x7f,
0x86,0x18,0x6e,0x31,0x8d,0x8c,0xc6,0x3f,
0x86,0x18,0x6c,0x39,0x8d,0x8c,0xc7,0x1f,
0x86,0x18,0x6c,0x19,0x81,0x8c,0xc7,0x1f,
0x86,0x18,0x6c,0x19,0x81,0x8c,0xc7,0x1f,
0x86,0x18,0x6f,0x9f,0x81,0xcd,0xc7,0x1f,
0x06,0x18,0x67,0xdf,0x80,0xef,0xc7,0x1f,
0x44,0x18,0x61,0x9f,0x00,0x2f,0xc2,0x2f,
0x1f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
0x30,0x00,0x00,0x00,0x00,0x00,0x3f,0xff,
0x40,0x00,0x00,0x00,0x00,0x00,0x1f,0xff,
0xc0,0x00,0x00,0x00,0x00,0x00,0x0f,0xff,
0x80,0x83,0x00,0x00,0x01,0x80,0x07,0xff,
0x83,0xef,0xc0,0x00,0x01,0x8c,0x03,0xff,
0x87,0xff,0xe0,0x00,0x01,0x8c,0x01,0xff,
0x8e,0x38,0x60,0x00,0x01,0x80,0x00,0xff,
0x8c,0x18,0x67,0xe0,0xf9,0x8c,0x7e,0x7f,
0x8c,0x18,0x6f,0xf1,0xfd,0x8c,0xfe,0x3f,
0x8c,0x18,0x6e,0x31,0x8d,0x8c,0xc7,0x1f,
0x8c,0x18,0x6c,0x39,0x8d,0x8c,0xc3,0x1f,
0x8c,0x18,0x6c,0x19,0x81,0x8c,0xc3,0x1f,
0x8c,0x18,0x6e,0x19,0x81,0x8c,0xc3,0x1f,
0x8c,0x18,0x6f,0x9f,0x81,0xef,0xc3,0x1f,
0x8c,0x18,0x67,0xdf,0x80,0xef,0xc3,0x1f,
0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,
0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x2f,
0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x4f,
0x1f,0xff,0xff,0xff,0xff,0xff,0xff,0x8f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f
0x30,0x00,0x00,0x00,0x00,0x00,0x00,0xcf,
0x1f,0xff,0xff,0xff,0xff,0xff,0xff,0x8f
};
// Here comes a compile-time operation to match the extruder symbols

Loading…
Cancel
Save