10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define director_2_width 24
|
|
#define director_2_height 24
|
|
static char director_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x60,0x00,0x00,0x78,0x00,0x00,0x26,
|
|
0x00,0x80,0x2f,0x00,0xe0,0x1c,0x00,0xd8,0x19,0x00,0x9e,0x0b,
|
|
0x80,0x39,0x0f,0xe0,0x73,0x06,0x38,0xe7,0x04,0x76,0xce,0x03,
|
|
0xe7,0x9c,0x03,0xce,0x39,0x01,0x9c,0x73,0x01,0x38,0xe7,0x00,
|
|
0x70,0xce,0x00,0xe0,0x5c,0x00,0xc0,0x79,0x00,0x80,0x33,0x00,
|
|
0x00,0x27,0x00,0x00,0x1e,0x00,0x00,0x1c,0x00,0x00,0x08,0x00};
|