10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define anorth_width 24
|
|
#define anorth_height 24
|
|
static char anorth_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x14,0x00,
|
|
0x00,0x14,0x00,0x00,0x2a,0x00,0x00,0x36,0x00,0x00,0x08,0x00,
|
|
0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,
|
|
0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,
|
|
0x00,0x08,0x00,0x00,0x1c,0x00,0x00,0x2a,0x00,0x00,0x2a,0x00,
|
|
0x00,0x2a,0x00,0x00,0x36,0x00,0x00,0x22,0x00,0x00,0x00,0x00};
|