9 lines
441 B
Plaintext
9 lines
441 B
Plaintext
#define kog_width 24
|
|
#define kog_height 24
|
|
static char kog_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3c,0x00,0x10,0x7f,0x10,
|
|
0xe0,0xf3,0x1e,0x10,0xfd,0x02,0x80,0xfd,0x0d,0x90,0xfd,0x30,0xc0,0xff,0x03,
|
|
0xd0,0xbe,0x07,0xe8,0xc1,0x07,0xa0,0x80,0x0f,0xa0,0x00,0x0f,0xa0,0x81,0x0f,
|
|
0xe0,0x9d,0x07,0xc0,0xe3,0x07,0xc0,0x81,0x03,0x80,0xc0,0x01,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|