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,0x20,
|
|
0x08,0x00,0x28,0x08,0x00,0x69,0x19,0x00,0xed,0x33,0x40,0xf7,0x33,0x40,0xff,
|
|
0x66,0xd0,0xdf,0xee,0xd0,0x5e,0xcc,0xf5,0xa7,0xdc,0xdd,0xfb,0xd8,0xff,0xff,
|
|
0xb8,0xff,0xff,0xf8,0xeb,0xff,0xf8,0xf7,0xff,0xfc,0xf7,0xff};
|