mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
25 lines
324 B
Plaintext
25 lines
324 B
Plaintext
#define man1_width 16
|
|
#define man1_height 19
|
|
static char man1_bits[] = {
|
|
0x00, 0x00,
|
|
0x00, 0x38,
|
|
0x00, 0x7c,
|
|
0x00, 0x7c,
|
|
0x00, 0x7c,
|
|
0x00, 0x38,
|
|
0x00, 0x0f,
|
|
0xc0, 0x0f,
|
|
0xf0, 0x0f,
|
|
0xb8, 0x0f,
|
|
0xdc, 0xdf,
|
|
0xcc, 0xff,
|
|
0xe0, 0x3b,
|
|
0xe0, 0x03,
|
|
0xf0, 0x03,
|
|
0x3f, 0xc7,
|
|
0x07, 0x6e,
|
|
0x0e, 0x3c,
|
|
0x0c, 0x18,
|
|
|
|
};
|