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,0x20,0x38,
|
|
0x00,0x00,0x1c,0x00,0x40,0x1e,0x00,0x00,0x2f,0x00,0x90,0x05,0x00,0xc4,0x00,
|
|
0x00,0x60,0x04,0x00,0xb0,0x08,0x00,0x1c,0x00,0x40,0x1e,0x10,0xc0,0x0f,0x00,
|
|
0xc0,0x07,0x00,0xe0,0x03,0x00,0xd8,0x02,0x00,0x3e,0x00,0x00,0x0d,0x00,0x00,
|
|
0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|