10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwiza9_width 24
|
|
#define bigwiza9_height 24
|
|
static char bigwiza9_bits[] = {
|
|
0x00,0x00,0x00,0x09,0x00,0x00,0x07,0x00,0x00,0x1b,0x01,0x00,
|
|
0x3f,0x00,0x00,0x5e,0x00,0x00,0x7e,0x00,0x00,0x7c,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,
|
|
0xef,0x0f,0x00,0xff,0x37,0x00,0xb8,0x03,0x00,0x03,0x03,0x00};
|