10 lines
545 B
Plaintext
10 lines
545 B
Plaintext
#define unholy_word_width 24
|
|
#define unholy_word_height 24
|
|
static char unholy_word_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x08, 0x10, 0x20, 0x08, 0x10, 0x20,
|
|
0x08, 0x10, 0x20, 0x08, 0x10, 0x20, 0x88, 0x7c, 0xf8, 0xbe, 0x10, 0x20,
|
|
0x88, 0x10, 0x21, 0x88, 0x00, 0x01, 0x80, 0x00, 0x01, 0xe0, 0x03, 0x01,
|
|
0x80, 0x00, 0x01, 0x80, 0xc0, 0x17, 0x10, 0x00, 0x11, 0x10, 0x08, 0x11,
|
|
0x10, 0x08, 0x10, 0x10, 0x08, 0x10, 0x10, 0x08, 0x7c, 0x7c, 0x08, 0x10,
|
|
0x10, 0x3e, 0x10, 0x10, 0x08, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00};
|