10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwizc7_width 24
|
|
#define bigwizc7_height 24
|
|
static char bigwizc7_bits[] = {
|
|
0x00,0x00,0xff,0x00,0x80,0xff,0x00,0xc0,0xff,0x00,0x80,0xff,
|
|
0x00,0xc0,0xff,0x00,0xe0,0xff,0x00,0xe0,0xff,0x00,0xe0,0xff,
|
|
0x00,0xf0,0xff,0x00,0xe0,0xff,0x00,0xe0,0xff,0x00,0xe0,0xff,
|
|
0x00,0xf0,0xff,0x00,0xf0,0xff,0x00,0xf8,0xff,0x00,0xf8,0xff,
|
|
0x00,0x7d,0xff,0x00,0xfe,0xff,0x00,0xfe,0xdf,0x00,0xff,0xff,
|
|
0x00,0xff,0xff,0xc0,0xff,0xff,0xc0,0xff,0xff,0xc0,0xff,0xff};
|