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,0x60,0x55,0x55,0xe0,0xff,0xff,0x10,0x00,0x00,
|
|
0x30,0x00,0x00,0x50,0x55,0x55,0xe8,0xff,0xff,0x28,0x00,0x00,
|
|
0x28,0x22,0x22,0x14,0x22,0x22,0x14,0x00,0x00,0x14,0x00,0x00,
|
|
0x0a,0x00,0x00,0x0a,0x00,0x00,0x0a,0x00,0x00,0x04,0x00,0x00,
|
|
0xfc,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|