arch/dev/Kanji/lf

10 lines
518 B
Plaintext

#define lf_width 24
#define lf_height 24
static char lf_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x0c, 0x02,
0x00, 0xfe, 0x07, 0x00, 0x3e, 0x0e, 0x00, 0x07, 0x0e, 0x80, 0x03, 0x07,
0xc0, 0x00, 0x03, 0x60, 0x80, 0x03, 0x10, 0x80, 0x01, 0x08, 0xc0, 0x01,
0x00, 0xe0, 0x00, 0x00, 0x70, 0x00, 0x00, 0x30, 0x00, 0x00, 0x18, 0x00,
0x00, 0x0c, 0x00, 0x00, 0x06, 0x00, 0x00, 0x03, 0x00, 0x80, 0x01, 0x00,
0xc0, 0x00, 0x00, 0x60, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00};