10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define helmet1_width 24
|
|
#define helmet1_height 24
|
|
static char helmet1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x18,0x00,0x00,0x7e,0x00,0x00,0xdb,0x00,0x80,0xbd,0x01,
|
|
0x80,0x5a,0x01,0x80,0xbd,0x01,0x80,0x5a,0x01,0x80,0xff,0x01,
|
|
0x80,0x18,0x01,0xc0,0x18,0x03,0xc0,0x00,0x03,0xc0,0x00,0x03,
|
|
0xe0,0x00,0x07,0xe0,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|