10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define clericb_width 24
|
|
#define clericb_height 24
|
|
static char clericb_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x1c,0x00,0x00,0x3e,0x04,0x00,0x3e,0x0e,
|
|
0x00,0x3e,0x04,0x00,0x1c,0x04,0xc0,0xe7,0x04,0x20,0x01,0x05,
|
|
0xa0,0xc0,0x06,0xa0,0x6b,0x07,0x20,0x42,0x06,0x40,0x6a,0x00,
|
|
0x40,0x42,0x00,0x80,0x3d,0x00,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};
|