10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwiza3_width 24
|
|
#define bigwiza3_height 24
|
|
static char bigwiza3_bits[] = {
|
|
0x00,0x00,0x00,0x80,0x03,0x00,0x80,0x0f,0x00,0x80,0x0e,0x00,
|
|
0x80,0x18,0x00,0x80,0x30,0x00,0x80,0x70,0x00,0x88,0x31,0x00,
|
|
0xf8,0x30,0x00,0xdc,0x11,0x00,0xff,0x1b,0x00,0xe9,0x3f,0x00,
|
|
0xfe,0x3f,0x00,0xff,0x3f,0x00,0xbf,0x3f,0x00,0xdf,0x3d,0x00,
|
|
0xfe,0x5d,0x00,0xff,0x0d,0x00,0xff,0x0f,0x00,0xff,0x3f,0x00,
|
|
0x3f,0x07,0x00,0xef,0x00,0x00,0x3f,0x00,0x00,0x1f,0x00,0x00};
|