10 lines
524 B
Plaintext
10 lines
524 B
Plaintext
#define arab_width 24
|
|
#define arab_height 24
|
|
static char arab_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x00, 0x3f, 0x00, 0x80, 0x40, 0x00,
|
|
0x40, 0x9e, 0x00, 0x40, 0xa1, 0x00, 0x40, 0x92, 0x00, 0x40, 0x92, 0x00,
|
|
0x80, 0x6d, 0x00, 0x60, 0xa1, 0x01, 0x13, 0x33, 0x32, 0x15, 0x0c, 0x56,
|
|
0x0f, 0x1e, 0x7c, 0x41, 0x1e, 0x40, 0x61, 0x8c, 0x41, 0x66, 0x80, 0x33,
|
|
0xd8, 0xff, 0x0e, 0x70, 0xc0, 0x03, 0x18, 0x60, 0x04, 0x0c, 0x19, 0x06,
|
|
0x0c, 0x0f, 0x02, 0x08, 0xfc, 0x01, 0x30, 0xe0, 0x07, 0xe0, 0xff, 0x07};
|