10 lines
545 B
Plaintext
10 lines
545 B
Plaintext
#define crystalball_width 24
|
|
#define crystalball_height 24
|
|
static char crystalball_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x80, 0xc1, 0x00,
|
|
0x40, 0x04, 0x01, 0x20, 0x01, 0x02, 0xa0, 0x00, 0x02, 0x90, 0x00, 0x04,
|
|
0x50, 0x00, 0x04, 0x10, 0x00, 0x04, 0x50, 0x00, 0x04, 0x10, 0x00, 0x04,
|
|
0x20, 0x00, 0x02, 0x20, 0x00, 0x02, 0x40, 0x00, 0x01, 0x80, 0xc1, 0x00,
|
|
0xc0, 0xff, 0x01, 0x60, 0x7f, 0x03, 0xb0, 0xfd, 0x07, 0xf0, 0xff, 0x05,
|
|
0xe0, 0xfe, 0x03, 0x80, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|