10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define fenalaar_width 24
|
|
#define fenalaar_height 24
|
|
static char fenalaar_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x14,0x00,0x00,0x1e,
|
|
0x00,0x00,0x07,0x00,0xc0,0x03,0x00,0xf0,0x01,0x00,0xfe,0x01,
|
|
0x80,0xff,0x00,0xe0,0xfb,0x00,0x70,0x7f,0x00,0xd8,0x7f,0x00,
|
|
0xfc,0x3f,0x00,0xdc,0x3f,0x00,0xfc,0x1d,0x00,0xfc,0x1f,0x00,
|
|
0xf8,0x0f,0x00,0xf0,0x07,0x00,0xe0,0x01,0x00,0x00,0x00,0x00};
|