10 lines
536 B
Plaintext
10 lines
536 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, 0xc0, 0x03, 0x00, 0xe0, 0x01, 0x00, 0xf0, 0x00,
|
|
0x00, 0x7c, 0x00, 0x40, 0x1e, 0x00, 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};
|