10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define awest_width 24
|
|
#define awest_height 24
|
|
static char awest_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,0x60,0x00,0x7c,0x58,0x00,0x22,0xa4,0xff,0x1f,
|
|
0x58,0x00,0x22,0x60,0x00,0x7c,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};
|