9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x40,0xfb,0xff,0x40,0xfb,0xff,0x40,0xfb,0xff,0x40,0xfa,0xff,0xc0,0xfa,0xff,
|
|
0xc0,0xfa,0xff,0x80,0xfa,0x7f,0x80,0xf2,0x7f,0x80,0xe6,0x7f,0x80,0xc6,0x7f,
|
|
0x80,0xcd,0x3f,0x00,0xbd,0xbf,0x00,0xfb,0x9f,0x00,0xf2,0xcf,0x00,0xe6,0xe7,
|
|
0x00,0x1c,0xb9,0x00,0x38,0x8e,0x00,0xf0,0x83,0x00,0x00,0x80,0x00,0x00,0x80,
|
|
0x00,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80};
|