10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define pyromaniac3_width 24
|
|
#define pyromaniac3_height 24
|
|
static char pyromaniac3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x70,0x38,0x00,0x28,0xfe,0x00,
|
|
0x2c,0xff,0x01,0xac,0x11,0x03,0xae,0x55,0x03,0xae,0x11,0x03,
|
|
0x9e,0xff,0x03,0xac,0x7d,0x03,0x44,0x83,0x01,0xc4,0xff,0x0f,
|
|
0x88,0xff,0x1f,0x10,0xff,0x3d,0x38,0xfe,0x3b,0x7c,0xfc,0x7b,
|
|
0xfc,0xff,0x3b,0xf8,0xff,0x3d,0xf0,0xff,0x1e,0xe0,0xff,0x1d,
|
|
0xc0,0xff,0x0b,0x80,0xff,0x07,0x00,0xfc,0x01,0x00,0xf0,0x00};
|