10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
#define cyclops_width 24
|
|
#define cyclops_height 24
|
|
static char cyclops_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xc0, 0x8f, 0xff,
|
|
0xe0, 0xf8, 0x3f, 0x20, 0xf0, 0x1f, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x6c,
|
|
0x00, 0x00, 0x28, 0x00, 0x00, 0x68, 0x00, 0x00, 0x48, 0x00, 0x00, 0x10,
|
|
0x00, 0x00, 0x08, 0x00, 0x00, 0x08, 0x00, 0x00, 0x84, 0x00, 0x00, 0x03,
|
|
0x00, 0xc0, 0x00, 0x00, 0x30, 0x00, 0x00, 0x08, 0x00, 0x00, 0x04, 0x00,
|
|
0x00, 0x02, 0x00, 0x00, 0x03, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x00};
|