11 lines
528 B
Plaintext
11 lines
528 B
Plaintext
#define beggar_width 24
|
|
#define beggar_height 24
|
|
static char beggar_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x11, 0x00, 0x00, 0x11, 0x00,
|
|
0x00, 0x0e, 0x00, 0x00, 0x0a, 0x00, 0x00, 0xaa, 0x00, 0x00, 0x5e, 0x01,
|
|
0x00, 0xaa, 0x02, 0x00, 0xd5, 0x05, 0x80, 0xae, 0x03, 0x70, 0x53, 0x05,
|
|
0xc8, 0xa1, 0x0b, 0x70, 0x50, 0x17, 0x00, 0xa8, 0x12, 0x00, 0x50, 0x0d,
|
|
0x00, 0xa8, 0x0a, 0x00, 0x50, 0x15, 0x00, 0xa8, 0x0a, 0x00, 0x50, 0x15,
|
|
0x00, 0xa8, 0x0a, 0x00, 0x60, 0x15, 0x00, 0x70, 0x07, 0x00, 0x18, 0x03,
|
|
};
|