10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define director_5_width 24
|
|
#define director_5_height 24
|
|
static char director_5_bits[] = {
|
|
0x00,0x00,0x00,0xfe,0xff,0x3f,0xfe,0xff,0x3f,0xfc,0xff,0x1f,
|
|
0x04,0x00,0x10,0xf8,0xff,0x0f,0xf8,0xff,0x0f,0x10,0x00,0x04,
|
|
0xf0,0xff,0x07,0xe0,0xff,0x03,0x20,0x00,0x02,0xc0,0xff,0x01,
|
|
0xc0,0xff,0x01,0x80,0x80,0x00,0x80,0xff,0x00,0x00,0x7f,0x00,
|
|
0x00,0x41,0x00,0x00,0x3e,0x00,0x00,0x3e,0x00,0x00,0x14,0x00,
|
|
0x00,0x1c,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x00,0x00};
|