10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwizc4_width 24
|
|
#define bigwizc4_height 24
|
|
static char bigwizc4_bits[] = {
|
|
0x00,0x80,0xfd,0x00,0x80,0xde,0x00,0x80,0xff,0x00,0xc0,0xeb,
|
|
0x00,0x80,0xff,0x00,0x00,0xfe,0x00,0x00,0xf8,0x00,0x00,0xe0,
|
|
0x00,0x00,0xf0,0x00,0x00,0x80,0x00,0x00,0xc0,0x00,0x00,0xc8,
|
|
0x00,0x00,0xc0,0x00,0x00,0x80,0x00,0x00,0x80,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0xa0,0x00,0x00,0xa0,0x00,0x00,0xe0,
|
|
0x00,0x00,0xe0,0x00,0x00,0xf8,0x00,0x00,0xfe,0x00,0x00,0xff};
|