10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define bird2_width 24
|
|
#define bird2_height 24
|
|
static char bird2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x00,0x00,
|
|
0x20,0x00,0x00,0x30,0x00,0x3c,0x30,0x80,0x43,0x78,0x60,0x60,
|
|
0xf0,0x01,0x3c,0xf0,0xc7,0x1f,0xd0,0xff,0x07,0x98,0xff,0x01,
|
|
0xd8,0x7f,0x00,0xf8,0xff,0x00,0xec,0xf8,0x01,0x3c,0xe0,0x07,
|
|
0x16,0x80,0x7f,0x12,0x00,0x00,0x12,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|