10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define end-w_width 24
|
|
#define end-w_height 24
|
|
static char end-w_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x80,0x88,0x88,0xc0,0xcc,0xcc,0xa0,0xaa,0xaa,
|
|
0x40,0x44,0x44,0xe0,0xff,0xff,0x20,0x22,0x22,0x10,0x11,0x11,
|
|
0x10,0x11,0x11,0x88,0x88,0x88,0x88,0x88,0x88,0x44,0x44,0x44,
|
|
0x44,0x44,0x44,0x22,0x22,0x22,0xfe,0xff,0xff,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|