arch/dev/Kanji/lk

10 lines
518 B
Plaintext

#define lk_width 24
#define lk_height 24
static char lk_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x06,
0x00, 0xfc, 0x0f, 0x00, 0xee, 0x1c, 0x00, 0x06, 0x0c, 0x00, 0x03, 0x0e,
0x80, 0x01, 0x06, 0xc0, 0x06, 0x03, 0x60, 0x8c, 0x03, 0x18, 0x98, 0x01,
0x00, 0xd8, 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, 0x60, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00};