10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define grimreaper2_width 24
|
|
#define grimreaper2_height 24
|
|
static char grimreaper2_bits[] = {
|
|
0x00,0x00,0x00,0xf0,0xc1,0x03,0x00,0xe7,0x07,0x00,0xec,0x07,
|
|
0x00,0xec,0x07,0x00,0xe2,0x07,0x00,0xc1,0x07,0x80,0xe0,0x07,
|
|
0x40,0xf0,0x0f,0xe0,0xfd,0x0f,0xf0,0xff,0x0f,0xf8,0xff,0x0f,
|
|
0xe8,0xff,0x0f,0xe4,0xf7,0x1f,0xe2,0xf1,0x1f,0x60,0xf0,0x1f,
|
|
0x00,0xf0,0x1f,0x00,0xf8,0x1f,0x00,0xf8,0x3f,0x00,0xf8,0x3f,
|
|
0x00,0xf8,0x3f,0x00,0xfc,0x7f,0x00,0xfc,0x7f,0x00,0x00,0x00};
|