10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
#define cyclops_width 24
|
|
#define cyclops_height 24
|
|
static char cyclops_bits[] = {
|
|
0x00, 0x2a, 0x00, 0x40, 0x37, 0x02, 0x50, 0x36, 0x03, 0x60, 0xff, 0x03,
|
|
0xb8, 0xff, 0x00, 0xe0, 0x7f, 0x01, 0xf0, 0x07, 0x00, 0xf8, 0x05, 0x00,
|
|
0x7e, 0x04, 0x00, 0x7f, 0x08, 0x00, 0x8f, 0x08, 0x00, 0x83, 0x10, 0x00,
|
|
0x80, 0x10, 0x00, 0x42, 0x23, 0x00, 0x40, 0x23, 0x00, 0x60, 0x21, 0x00,
|
|
0x70, 0x21, 0x00, 0xfd, 0x27, 0x00, 0xb7, 0x1e, 0x00, 0x3e, 0x01, 0x00,
|
|
0x1d, 0x01, 0x00, 0x1b, 0x01, 0x00, 0x1e, 0x02, 0x00, 0x1f, 0x02, 0x00};
|