10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwizd9_width 24
|
|
#define bigwizd9_height 24
|
|
static char bigwizd9_bits[] = {
|
|
0x01,0x00,0x00,0x01,0x00,0x00,0x03,0x00,0x00,0x03,0x00,0x00,
|
|
0x07,0x00,0x00,0x06,0x00,0x00,0x06,0x00,0x00,0x04,0x00,0x00,
|
|
0x05,0x00,0x00,0x07,0x00,0x00,0x0f,0x00,0x00,0x1f,0x00,0x00,
|
|
0x1f,0x00,0x00,0x3f,0x00,0x00,0x7f,0x00,0x00,0x7f,0x00,0x00,
|
|
0x7d,0x00,0x00,0x3d,0x00,0x00,0x3f,0x00,0x00,0xbf,0x00,0x00,
|
|
0x3f,0x02,0x00,0xff,0x01,0x00,0xb8,0x01,0x00,0x03,0x03,0x00};
|