10 lines
545 B
Plaintext
10 lines
545 B
Plaintext
#define firestar_width 24
|
|
#define firestar_height 24
|
|
static unsigned char firestar_bits[] = {
|
|
0x03, 0x80, 0x10, 0x07, 0x80, 0x08, 0x0f, 0x40, 0x28, 0x3e, 0x20, 0x21,
|
|
0x7c, 0x00, 0x64, 0xf8, 0x10, 0x40, 0xf0, 0x05, 0x01, 0xe0, 0x83, 0x80,
|
|
0xc0, 0x87, 0x80, 0x80, 0x8f, 0x08, 0x00, 0x5f, 0x14, 0x00, 0x7e, 0x82,
|
|
0x00, 0xfc, 0x5d, 0x80, 0xf8, 0x0e, 0x00, 0xf8, 0x4f, 0x00, 0xf4, 0x07,
|
|
0x80, 0xf0, 0x8b, 0x00, 0xd4, 0x0f, 0x00, 0xe1, 0x2f, 0x00, 0x71, 0x47,
|
|
0x00, 0xb0, 0x03, 0x00, 0x04, 0x40, 0x00, 0x20, 0x10, 0x00, 0x08, 0x05};
|