11 lines
534 B
Plaintext
11 lines
534 B
Plaintext
#define merchant_width 24
|
|
#define merchant_height 24
|
|
static char merchant_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x24, 0x00, 0x00, 0x24, 0x00,
|
|
0x00, 0x3c, 0x00, 0x00, 0x32, 0x00, 0x00, 0x54, 0x00, 0x00, 0xfc, 0x00,
|
|
0x00, 0xff, 0x01, 0x80, 0x3e, 0x02, 0x80, 0x33, 0x04, 0x80, 0xfa, 0x04,
|
|
0x80, 0xbb, 0x04, 0x80, 0x7a, 0x04, 0x40, 0x3f, 0x06, 0x40, 0x3f, 0x0b,
|
|
0x80, 0xc1, 0x1f, 0x00, 0xc1, 0x2a, 0x80, 0x82, 0x3f, 0x80, 0x15, 0x2b,
|
|
0xa0, 0xaf, 0x1d, 0xf0, 0xc3, 0x03, 0xe0, 0x01, 0x07, 0xc0, 0x80, 0x03,
|
|
};
|