10 lines
449 B
Groff
10 lines
449 B
Groff
#define spider4_width 24
|
|
#define spider4_height 24
|
|
static char spider4_bits[] = {
|
|
0x00,0x00,0x07,0xfe,0xe1,0x38,0x01,0x12,0x00,0x00,0x12,0x00,
|
|
0x78,0x12,0x07,0x86,0xff,0x38,0xc1,0x7f,0x00,0xe0,0xff,0x00,
|
|
0xe0,0xff,0x70,0xf0,0xff,0x17,0xf0,0xff,0x0f,0xf0,0xff,0x0f,
|
|
0xf0,0xff,0x0f,0xf0,0xff,0x17,0xe0,0xff,0x70,0xe1,0xff,0x00,
|
|
0xc6,0xff,0x38,0xb8,0x1f,0x07,0x00,0x12,0x00,0x01,0x12,0x00,
|
|
0xfe,0xe1,0x38,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00};
|