10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
#define cyclops_width 24
|
|
#define cyclops_height 24
|
|
static char cyclops_bits[] = {
|
|
0x05, 0x20, 0x00, 0x07, 0x20, 0x00, 0x0f, 0x20, 0x00, 0x0d, 0x20, 0x00,
|
|
0x08, 0x10, 0x00, 0x08, 0x18, 0x00, 0x18, 0x1f, 0x00, 0xf0, 0x3c, 0x00,
|
|
0xe0, 0x27, 0x00, 0xe0, 0x3b, 0x00, 0xa0, 0x24, 0x00, 0x20, 0x32, 0x00,
|
|
0xe0, 0x1d, 0x00, 0xc0, 0x14, 0x00, 0xc0, 0x23, 0x00, 0x60, 0x3a, 0x00,
|
|
0xe0, 0x27, 0x00, 0x10, 0x37, 0x00, 0xf0, 0x18, 0x00, 0x48, 0x1b, 0x00,
|
|
0x18, 0x0b, 0x00, 0x78, 0x06, 0x00, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00};
|