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,0xff,0xc7,0xff,0x55,0x45,0x55,0x00,0x22,0x00,0xff,0xe3,0xff,
|
|
0x00,0x00,0x00,0x3f,0x00,0xf0,0x40,0x00,0x08,0x7f,0x00,0xf8,0x40,0x00,0x18,
|
|
0x55,0x00,0x58,0x7f,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0xf0,0x0f,0x00,0x08,
|
|
0x10,0x00,0xf8,0x1f,0x00,0x18,0x10,0x00,0x58,0x1f,0x00,0x18,0x80,0xff,0xf1,
|
|
0xc0,0x00,0x02,0xc3,0x01,0x04,0xc4,0xab,0x86,0xc7,0x55,0x45};
|