9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x00,0x20,0x00,0x00,0x10,0x00,0x00,0x88,
|
|
0x00,0x00,0xc4,0x00,0x00,0xda,0x00,0x00,0x6a,0x00,0xfc,0x2a,0x00,0x86,0x2a,
|
|
0x00,0xa2,0xaa,0x00,0xe2,0xad,0x00,0xea,0xed,0x00,0xe2,0x75};
|