9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xff,0xff,0x7f,0xff,0xff,0x3f,0xff,0xff,0x3f,0xff,0xff,0x1f,0xff,0xff,0x1f,
|
|
0xff,0xff,0x0f,0xff,0xff,0x0b,0xff,0xff,0x07,0xff,0xff,0x05,0xff,0xff,0x02,
|
|
0xff,0x7f,0x02,0xff,0x3f,0x01,0xff,0x8d,0x00,0xff,0x83,0x00,0x77,0x42,0x00,
|
|
0x08,0x21,0x00,0x04,0x28,0x00,0x00,0x10,0x00,0x00,0x0c,0x00,0x20,0x02,0x00,
|
|
0x90,0x01,0x00,0x60,0x00,0x00,0x1d,0x00,0x00,0x03,0x00,0x00};
|