9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0xfb,0xff,0x00,0xf7,0xff,0x00,0xfc,0xff,0x00,0xc8,0xff,0x00,0xb8,0xff,
|
|
0x00,0xa0,0xff,0x00,0x60,0xff,0x00,0x40,0xfe,0x00,0xc0,0xfc,0x00,0x80,0xf9,
|
|
0x00,0x00,0xe7,0x00,0x00,0x9c,0x00,0x00,0xf8,0x00,0x00,0xf8,0x00,0x00,0xe8,
|
|
0x00,0x00,0xe8,0x00,0x00,0xe8,0x00,0x00,0xe8,0x00,0x00,0xe8,0x00,0x00,0xe8,
|
|
0x00,0x00,0xf8,0x00,0x00,0xe8,0x00,0x00,0xe8,0x00,0x00,0xf8};
|