10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
#define bigwize7_width 24
|
|
#define bigwize7_height 24
|
|
static char bigwize7_bits[] = {
|
|
0x00,0x00,0xff,0x00,0x80,0xff,0x00,0xc0,0xff,0x00,0x00,0xff,
|
|
0x00,0xc0,0xff,0x00,0xe0,0xff,0x00,0xe0,0xff,0x00,0xe0,0xff,
|
|
0x00,0xf0,0xff,0x00,0xe0,0xff,0x00,0xc0,0xff,0x00,0xc0,0xff,
|
|
0x00,0xc0,0xff,0x00,0xc0,0xff,0x00,0x80,0xff,0x00,0x80,0xff,
|
|
0x00,0x00,0xff,0x00,0x00,0xfe,0x00,0x00,0xdc,0x00,0x00,0xfc,
|
|
0x00,0x00,0xfc,0x00,0x00,0xf0,0x00,0x00,0xf0,0x00,0x40,0xc0};
|