9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0x00,0xfc,0x00,0x21,0xfe,0x00,0x02,0xfa,0x08,0x00,0xfd,0x00,0x00,0xfd,
|
|
0x00,0x80,0xfc,0x00,0x90,0xfe,0x81,0x40,0xfa,0x08,0xc0,0xfd,0x01,0x20,0xfd,
|
|
0x00,0xa0,0xfc,0x00,0xa0,0xfe,0x80,0x60,0xfe,0x00,0xe0,0xfd,0x08,0x20,0xf5,
|
|
0x04,0xa0,0x82,0x00,0xa1,0x42,0x00,0x60,0x41,0x00,0x60,0x21,0x00,0xa0,0xba,
|
|
0x00,0xa4,0x10,0x21,0x60,0x08,0x00,0x60,0x88,0x80,0xc0,0xf7};
|