10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define aeast_width 24
|
|
#define aeast_height 24
|
|
static char aeast_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x3e,0x00,0x07,0x44,0x00,0x1a,
|
|
0xf8,0xff,0x23,0x44,0x00,0x1a,0x3e,0x00,0x07,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|