10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define globe2_width 24
|
|
#define globe2_height 24
|
|
static char globe2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x88,0x00,0x80,0x3c,0x01,
|
|
0x40,0xc3,0x00,0x00,0xff,0x00,0x80,0x66,0x01,0x80,0x5a,0x0f,
|
|
0xf0,0x5a,0x01,0x80,0x66,0x01,0x00,0xff,0x00,0x00,0xc3,0x02,
|
|
0x80,0x3c,0x01,0x00,0x11,0x00,0x00,0x10,0x00,0x00,0x10,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|