10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define helmet1_width 24
|
|
#define helmet1_height 24
|
|
static char helmet1_bits[] = {
|
|
0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,
|
|
0x00,0x1c,0x00,0x00,0x6b,0x00,0x80,0x88,0x00,0x40,0x00,0x01,
|
|
0x40,0x08,0x01,0x20,0x36,0x02,0xa0,0xdd,0x02,0x60,0x6b,0x03,
|
|
0xe0,0x88,0x03,0x20,0x2a,0x02,0x40,0x08,0x01,0xe0,0xc9,0x03,
|
|
0x20,0x7f,0x02,0x10,0x1c,0x04,0x60,0x00,0x03,0x80,0xc1,0x00,
|
|
0x00,0x3e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|