10 lines
543 B
Plaintext
10 lines
543 B
Plaintext
#define veiled_woman_width 24
|
|
#define veiled_woman_height 24
|
|
static char veiled_woman_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x0e, 0x00,
|
|
0x00, 0x0e, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x1f, 0x00,
|
|
0x80, 0x20, 0x00, 0x80, 0x31, 0x00, 0x80, 0x3b, 0x00, 0x80, 0x35, 0x00,
|
|
0x40, 0x51, 0x00, 0xc0, 0x6e, 0x00, 0x80, 0x20, 0x00, 0x80, 0x20, 0x00,
|
|
0x80, 0x20, 0x00, 0x80, 0x20, 0x00, 0x80, 0x20, 0x00, 0x80, 0x20, 0x00,
|
|
0x00, 0x11, 0x00, 0x00, 0x1f, 0x00, 0x80, 0x31, 0x00, 0x00, 0x00, 0x00};
|