10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define anorthwest_width 24
|
|
#define anorthwest_height 24
|
|
static char anorthwest_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x30,0x00,0x00,0xd0,0x01,0x00,0x20,0x03,0x00,0xa0,0x00,0x00,
|
|
0x60,0x01,0x00,0x40,0x02,0x00,0x00,0x04,0x00,0x00,0x08,0x00,
|
|
0x00,0x10,0x00,0x00,0x20,0x00,0x00,0x40,0x00,0x00,0x80,0x00,
|
|
0x00,0x00,0x01,0x00,0x00,0x0e,0x00,0x00,0x16,0x00,0x00,0x2a,
|
|
0x00,0x00,0x74,0x00,0x00,0x18,0x00,0x00,0x10,0x00,0x00,0x00};
|