arch/dev/Kanji/lz

10 lines
518 B
Plaintext

#define lz_width 24
#define lz_height 24
static char lz_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x20, 0xe0, 0x0f,
0xc0, 0x7f, 0x18, 0x80, 0x07, 0x1c, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0c,
0x00, 0x00, 0x06, 0x10, 0xf8, 0x07, 0xe0, 0x1f, 0x03, 0xc0, 0x81, 0x03,
0x00, 0x80, 0x01, 0x00, 0xc0, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x60, 0x00,
0x00, 0x30, 0x00, 0x00, 0x18, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x06, 0x00,
0x00, 0x03, 0x00, 0x80, 0x01, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00};