10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define clericf_width 24
|
|
#define clericf_height 24
|
|
static char clericf_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x38,0x00,0x10,0x7c,0x00,0x38,0x6c,0x00,
|
|
0x10,0x44,0x00,0x10,0x28,0x00,0x10,0xdf,0x03,0xd0,0x60,0x06,
|
|
0x30,0xa3,0x07,0xf0,0xe7,0x07,0x70,0xe2,0x07,0x00,0xc6,0x03,
|
|
0x00,0xc2,0x03,0x00,0xbc,0x01,0x00,0x7e,0x00,0x00,0x7e,0x00,
|
|
0x00,0xe7,0x00,0x00,0xe7,0x00,0x00,0xc3,0x00,0x80,0xc3,0x01,
|
|
0x80,0x81,0x01,0x80,0x81,0x01,0x80,0x81,0x01,0xc0,0x81,0x03};
|