10 lines
545 B
Plaintext
10 lines
545 B
Plaintext
#define firestar_width 24
|
|
#define firestar_height 24
|
|
static unsigned char firestar_bits[] = {
|
|
0x03, 0x08, 0x02, 0x07, 0x18, 0x14, 0x0f, 0x24, 0x02, 0x3e, 0x64, 0x11,
|
|
0x7c, 0x00, 0x20, 0xf8, 0x82, 0x40, 0xf0, 0x81, 0x18, 0xe0, 0x03, 0x84,
|
|
0xc0, 0x47, 0xa0, 0x80, 0x0f, 0x02, 0x40, 0x1f, 0x40, 0x00, 0x7e, 0x90,
|
|
0x00, 0xfc, 0x0d, 0x40, 0xf8, 0x8e, 0x00, 0xf8, 0x0f, 0x00, 0xf2, 0x47,
|
|
0x00, 0xf0, 0x8b, 0x40, 0xd2, 0x0f, 0x00, 0xe4, 0x2f, 0x00, 0x75, 0x47,
|
|
0x40, 0xb0, 0x03, 0x00, 0x04, 0x40, 0x00, 0x20, 0x1a, 0x00, 0x08, 0x01};
|