10 lines
528 B
Plaintext
10 lines
528 B
Plaintext
#define cyclops_width 24
|
|
#define cyclops_height 24
|
|
static char cyclops_bits[] = {
|
|
0x2b, 0x82, 0x00, 0x0b, 0x84, 0x00, 0x07, 0x04, 0x00, 0x03, 0x04, 0x00,
|
|
0x02, 0x02, 0x00, 0x04, 0x05, 0x00, 0x0e, 0x06, 0x00, 0xf6, 0x06, 0x00,
|
|
0xfa, 0x03, 0x00, 0x6a, 0x03, 0x00, 0xb6, 0x02, 0x00, 0x5e, 0x03, 0x00,
|
|
0xf4, 0x02, 0x00, 0xf4, 0x03, 0x00, 0xbc, 0x07, 0x00, 0xdc, 0x05, 0x00,
|
|
0xec, 0x1e, 0x00, 0xac, 0x2f, 0x00, 0x38, 0x25, 0x00, 0xe0, 0x31, 0x00,
|
|
0x80, 0x3f, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|