10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
#define cyclops_width 24
|
|
#define cyclops_height 24
|
|
static char cyclops_bits[] = {
|
|
0x00, 0x02, 0xa9, 0x00, 0x82, 0xa0, 0x00, 0x80, 0xc0, 0x00, 0x40, 0x80,
|
|
0x00, 0x40, 0x80, 0x00, 0x80, 0x40, 0x00, 0xc0, 0xe0, 0x00, 0xc0, 0xde,
|
|
0x00, 0x80, 0xbf, 0x00, 0x80, 0xad, 0x00, 0x80, 0xda, 0x00, 0x80, 0xf5,
|
|
0x00, 0x80, 0x5e, 0x00, 0x80, 0x5f, 0x00, 0xc0, 0x7b, 0x00, 0x40, 0x77,
|
|
0x00, 0xf0, 0x6e, 0x00, 0xe8, 0x6b, 0x00, 0x48, 0x39, 0x00, 0x18, 0x0f,
|
|
0x00, 0xf8, 0x03, 0x00, 0xf0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|