10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define clericl_width 24
|
|
#define clericl_height 24
|
|
static char clericl_bits[] = {
|
|
0x00,0x00,0x00,0x00,0xc0,0x01,0x10,0xe0,0x03,0x38,0x20,0x03,
|
|
0x10,0x20,0x03,0x10,0xc0,0x01,0x10,0x38,0x1e,0x10,0x06,0x33,
|
|
0x90,0x0d,0x3d,0x70,0xb3,0x3f,0xf0,0x10,0x3f,0x00,0xb0,0x1e,
|
|
0x00,0x10,0x1e,0x00,0xe0,0x0d,0x00,0xf0,0x03,0x00,0xf0,0x03,
|
|
0x00,0x38,0x07,0x00,0x38,0x07,0x00,0x18,0x0e,0x00,0x1c,0x0e,
|
|
0x00,0x0c,0x0c,0x00,0x0c,0x1c,0x00,0x0c,0x18,0x00,0x0e,0x18};
|