10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwize5_width 24
|
|
#define bigwize5_height 24
|
|
static char bigwize5_bits[] = {
|
|
0xbf,0xff,0xde,0xff,0xff,0xbf,0x7f,0xfe,0x7b,0xff,0xbc,0xfa,
|
|
0xef,0xdd,0x4f,0xfd,0xef,0xff,0xcf,0xff,0xff,0xff,0xf7,0x7f,
|
|
0xff,0xef,0x3f,0xfb,0xf7,0x3f,0x7f,0xcc,0x7f,0xef,0x9d,0x7f,
|
|
0xff,0xff,0x3f,0xfe,0xff,0x3b,0xff,0xff,0x5f,0xc1,0xff,0x63,
|
|
0x0a,0x20,0x30,0x7e,0x00,0x32,0x7f,0xe2,0x17,0x7f,0xe0,0x3f,
|
|
0x3f,0xc1,0x17,0x9f,0x9e,0x3f,0x8f,0x1e,0xdf,0x0f,0x3e,0xbe};
|