10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwizc1_width 24
|
|
#define bigwizc1_height 24
|
|
static char bigwizc1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,
|
|
0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xdf,0x00,0x80,0xbb,
|
|
0x00,0x80,0x7f,0x00,0x00,0xff,0x00,0x80,0xff,0x00,0x80,0xff};
|