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,0x20,0x00,0x00,0x28,0x20,0x00,0xed,0x22,0x00,0xef,0x22,0x40,0xff,
|
|
0x66,0xc0,0xdf,0x66,0xc0,0xdf,0xec,0xd0,0x2f,0xcc,0xd4,0xf7,0xdc,0x9c,0xff,
|
|
0xdc,0xfd,0xff,0xd8,0xfd,0xff,0xb8,0xeb,0xff,0xf8,0xf7,0xff};
|