9 lines
456 B
Plaintext
9 lines
456 B
Plaintext
#define masamune_width 24
|
|
#define masamune_height 24
|
|
static char masamune_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00,0x60,0x00,0x00,0x70,0x00,0x00,0x38,
|
|
0x00,0x00,0x1c,0x00,0x00,0x1e,0x00,0x00,0x0f,0x00,0x80,0x07,0x00,0xc8,0x03,
|
|
0x00,0x70,0x01,0x00,0xb1,0x00,0x00,0x5c,0x00,0x40,0x0e,0x00,0xc0,0x87,0x01,
|
|
0xc0,0x13,0x02,0xe0,0x03,0x00,0xd8,0x12,0x00,0x3e,0x00,0x00,0x0d,0x00,0x00,
|
|
0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|