9 lines
459 B
Plaintext
9 lines
459 B
Plaintext
#define neko_kago_width 24
|
|
#define neko_kago_height 24
|
|
static char neko_kago_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x03,0x00,0x40,0xf4,0x00,0xc0,0x89,0x03,
|
|
0xc0,0x13,0x0e,0xdc,0x27,0x10,0xe2,0x4d,0x20,0x02,0x5b,0x20,0x02,0x90,0x20,
|
|
0x06,0xa0,0x20,0x06,0xa0,0x1f,0x0a,0x20,0x11,0x12,0x23,0x14,0x24,0x30,0x1a,
|
|
0xc4,0x9d,0x10,0x54,0x27,0x0b,0x24,0x82,0x06,0x0c,0x10,0x03,0x88,0xc9,0x00,
|
|
0x30,0x20,0x00,0x20,0x1b,0x00,0xc0,0x07,0x00,0x00,0x00,0x00};
|