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,0x20,0x00,0x20,0x22,0x00,0x68,0x22,0x00,0xed,0x66,0x00,0xf7,
|
|
0x66,0x40,0xff,0xec,0xc0,0xff,0xcc,0xd4,0xde,0xdc,0xf4,0x2f,0xdc,0xdd,0xf7,
|
|
0xd8,0xfd,0xff,0xb8,0xfb,0xff,0xf8,0xef,0xff,0xf8,0xf7,0xff};
|