10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define asouthwest_width 24
|
|
#define asouthwest_height 24
|
|
static char asouthwest_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x18,0x00,0x00,0x74,
|
|
0x00,0x00,0x22,0x00,0x00,0x12,0x00,0x00,0x0e,0x00,0x00,0x01,
|
|
0x00,0x80,0x00,0x00,0x40,0x00,0x00,0x20,0x00,0x00,0x10,0x00,
|
|
0x00,0x08,0x00,0x00,0x04,0x00,0x00,0x02,0x00,0x40,0x01,0x00,
|
|
0xa0,0x00,0x00,0x20,0x01,0x00,0xd0,0x00,0x00,0x30,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|