10 lines
540 B
Plaintext
10 lines
540 B
Plaintext
#define crystalball_width 24
|
|
#define crystalball_height 24
|
|
static char crystalball_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x3e, 0x00, 0x80, 0xff, 0x00, 0xc0, 0xc1, 0x01, 0x60, 0x00, 0x03,
|
|
0x60, 0x01, 0x03, 0x30, 0x00, 0x06, 0x30, 0x00, 0x06, 0x30, 0x00, 0x06,
|
|
0x30, 0x00, 0x06, 0x30, 0x00, 0x06, 0x60, 0x00, 0x03, 0x60, 0x00, 0x03,
|
|
0xc0, 0xc1, 0x01, 0x80, 0xff, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|