10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwizd6_width 24
|
|
#define bigwizd6_height 24
|
|
static char bigwizd6_bits[] = {
|
|
0x09,0x00,0x00,0x07,0x00,0x00,0x03,0x00,0x00,0x02,0x00,0x00,
|
|
0x07,0x00,0x00,0x07,0x00,0x00,0x03,0x00,0x00,0x07,0x00,0x00,
|
|
0x07,0x00,0x00,0x03,0x00,0x00,0x03,0x00,0x00,0x02,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};
|