10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
#define mbag_c_width 24
|
|
#define mbag_c_height 24
|
|
static char mbag_c_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x10, 0x00, 0x00, 0x30, 0x00,
|
|
0x00, 0x30, 0x06, 0x80, 0x97, 0x03, 0xc0, 0xf8, 0x00, 0x60, 0xff, 0x00,
|
|
0x20, 0xf8, 0x01, 0x10, 0xc4, 0x07, 0x10, 0x00, 0x07, 0x10, 0x3c, 0x0c,
|
|
0x18, 0x24, 0x18, 0x28, 0x5c, 0x10, 0x48, 0x18, 0x10, 0x08, 0x30, 0x10,
|
|
0x08, 0x2a, 0x13, 0x08, 0xac, 0x14, 0x08, 0x34, 0x18, 0x18, 0x00, 0x0c,
|
|
0x30, 0x44, 0x06, 0xe0, 0x83, 0x03, 0x00, 0xfe, 0x00, 0x00, 0x00, 0x00};
|