10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define viking_width 24
|
|
#define viking_height 24
|
|
static char viking_bits[] = {
|
|
0x20, 0x40, 0x10, 0x20, 0x46, 0x10, 0x40, 0x29, 0x10, 0x80, 0x10, 0x10,
|
|
0x80, 0x10, 0x10, 0x00, 0x0f, 0x10, 0x88, 0x10, 0x10, 0x8c, 0x1f, 0x10,
|
|
0xca, 0x30, 0x10, 0x29, 0x49, 0x92, 0x19, 0x89, 0x7c, 0x49, 0x09, 0x39,
|
|
0x69, 0x26, 0x17, 0xa7, 0x76, 0x38, 0x9f, 0x99, 0x3f, 0x09, 0x0f, 0x10,
|
|
0x89, 0x10, 0x10, 0x49, 0x10, 0x28, 0x29, 0x20, 0x10, 0x26, 0x26, 0x00,
|
|
0x24, 0x49, 0x00, 0x20, 0x91, 0x00, 0xe0, 0xa1, 0x01, 0xf0, 0xc0, 0x03};
|