10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define CROSSBOW_width 24
|
|
#define CROSSBOW_height 24
|
|
static char CROSSBOW_bits[] = {
|
|
0x00,0x08,0x00,0x80,0xff,0x00,0xf0,0x94,0x07,0x18,0x14,0x0c,
|
|
0x0c,0x14,0x18,0x06,0x14,0x30,0xfe,0xff,0x3f,0x00,0x14,0x00,
|
|
0x00,0x14,0x00,0x00,0x14,0x00,0x00,0x14,0x00,0x00,0x14,0x00,
|
|
0x00,0x1c,0x00,0x00,0x14,0x00,0x00,0x3e,0x00,0x00,0x1c,0x00,
|
|
0x00,0x1c,0x00,0x00,0x1c,0x00,0x00,0x1c,0x00,0x00,0x1c,0x00,
|
|
0x00,0x3e,0x00,0x00,0x36,0x00,0x00,0x22,0x00,0x00,0x00,0x00};
|