9 lines
444 B
Plaintext
9 lines
444 B
Plaintext
#define mabu_width 24
|
|
#define mabu_height 24
|
|
static char mabu_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x00,0x00,0x3e,0x00,0x00,0x7f,0x00,
|
|
0x00,0xf1,0x00,0x80,0xf1,0x03,0x80,0xf7,0x07,0x00,0xc3,0x3f,0x00,0xcd,0x7f,
|
|
0x00,0xe2,0x7f,0xc0,0xff,0x7f,0x20,0x14,0x7e,0x10,0x41,0x1c,0x88,0x08,0x09,
|
|
0xc8,0x10,0x0b,0x64,0x4a,0x13,0xe4,0xb8,0x25,0x24,0xe7,0x24,0x48,0x81,0x12,
|
|
0x88,0x82,0x09,0x10,0xc1,0x04,0x60,0xc9,0x02,0x40,0x81,0x02};
|