10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
#define cyclops_width 24
|
|
#define cyclops_height 24
|
|
static char cyclops_bits[] = {
|
|
0x00, 0x01, 0x02, 0x08, 0x03, 0x02, 0x82, 0x05, 0x02, 0xfc, 0x04, 0x06,
|
|
0x00, 0x0c, 0x04, 0x00, 0x04, 0x04, 0x00, 0x02, 0x02, 0x00, 0x01, 0x03,
|
|
0x00, 0x81, 0x01, 0xf3, 0x81, 0x00, 0x1f, 0x80, 0x00, 0x1f, 0x60, 0x00,
|
|
0x0e, 0x38, 0x00, 0x0c, 0x1c, 0x00, 0x08, 0x16, 0x00, 0x18, 0x2e, 0x00,
|
|
0x74, 0x2f, 0x00, 0xff, 0x66, 0x00, 0x7b, 0x46, 0x00, 0x1e, 0x40, 0x00,
|
|
0x6f, 0x40, 0x00, 0x3f, 0x40, 0x00, 0x0e, 0x40, 0x00, 0x07, 0x20, 0x00};
|