arch/dev/Kanji/lb

10 lines
518 B
Plaintext

#define lb_width 24
#define lb_height 24
static char lb_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x08, 0x00, 0x07, 0xf0, 0xff, 0x0f, 0xe0, 0x0c, 0x0c, 0x00, 0x18, 0x00,
0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x18, 0x00,
0x00, 0x18, 0x00, 0x00, 0x18, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x0c, 0x00,
0x00, 0x0c, 0x00, 0x00, 0xff, 0x1f, 0xfe, 0xff, 0x7f, 0x3c, 0x00, 0x70,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};