10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define orc2_width 24
|
|
#define orc2_height 24
|
|
static char orc2_bits[] = {
|
|
0x00,0x00,0x00,0x0c,0x00,0x00,0x0e,0x00,0x00,0x0c,0x00,0x00,
|
|
0x1c,0x00,0x00,0x18,0x00,0x00,0x18,0x00,0x00,0x30,0x80,0x00,
|
|
0x30,0xc0,0x01,0x20,0x80,0x01,0x60,0xc0,0x01,0x40,0xf8,0x03,
|
|
0xc0,0xfc,0x03,0xc0,0xff,0x03,0x80,0xff,0x03,0x00,0xf0,0x03,
|
|
0x00,0xf0,0x03,0x00,0xe0,0x01,0x00,0xf0,0x01,0x00,0xf0,0x01,
|
|
0x00,0xb0,0x03,0x00,0x30,0x03,0x00,0x38,0x03,0x00,0x00,0x00};
|