10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwizc9_width 24
|
|
#define bigwizc9_height 24
|
|
static char bigwizc9_bits[] = {
|
|
0x03,0x00,0x00,0x0f,0x00,0x00,0x0f,0x00,0x00,0x1b,0x01,0x00,
|
|
0x3f,0x00,0x00,0x5e,0x00,0x00,0xfe,0x00,0x00,0xfc,0x00,0x00,
|
|
0x7d,0x01,0x00,0xff,0x01,0x00,0xff,0x02,0x00,0xff,0x01,0x00,
|
|
0xff,0x07,0x00,0xff,0x07,0x00,0xff,0x1f,0x00,0xff,0x0f,0x00,
|
|
0xfd,0x0f,0x00,0xfd,0x07,0x00,0xff,0x3f,0x00,0xff,0x1f,0x00,
|
|
0xff,0x1f,0x00,0xff,0x37,0x00,0xb8,0x23,0x00,0x03,0x63,0x00};
|