10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define orchus_width 24
|
|
#define orchus_height 24
|
|
static char orchus_bits[] = {
|
|
0x00,0x00,0x00,0x04,0x08,0x10,0x04,0x1c,0x10,0x0c,0x2a,0x18,
|
|
0x9c,0xff,0x1c,0xf8,0xff,0x0f,0xf8,0xff,0x0f,0x70,0x7f,0x07,
|
|
0xf0,0xbe,0x07,0xf8,0xdd,0x0f,0x78,0x7f,0x0f,0x78,0x5d,0x0f,
|
|
0xf8,0x9c,0x0f,0xf8,0xff,0x0f,0xf8,0xff,0x0f,0xf0,0xf7,0x07,
|
|
0xf0,0xe3,0x07,0xf0,0xff,0x07,0x70,0x7f,0x07,0xe0,0x80,0x03,
|
|
0xe0,0xc1,0x03,0xc0,0xff,0x01,0x00,0x7f,0x00,0x00,0x00,0x00};
|