10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwizd4_width 24
|
|
#define bigwizd4_height 24
|
|
static char bigwizd4_bits[] = {
|
|
0x00,0xc0,0xbd,0x00,0xc0,0x9e,0x00,0xe0,0x9f,0x00,0xe0,0xdf,
|
|
0x00,0xa0,0xff,0x00,0xf0,0xdf,0x00,0xf0,0xff,0x00,0xf0,0xe5,
|
|
0x00,0xf0,0xfd,0x00,0xe0,0xff,0x00,0xb0,0xef,0x00,0xe0,0xf9,
|
|
0x00,0xe0,0xf0,0x00,0x40,0xe2,0x00,0xc0,0xe0,0x00,0xc0,0xc1,
|
|
0x00,0x80,0xff,0x00,0x00,0xf7,0x00,0x00,0xe6,0x00,0x00,0xe0,
|
|
0x00,0x00,0xe0,0x00,0x00,0xf8,0x00,0x00,0xfe,0x00,0x00,0xff};
|