9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0xff,0x03,0x00,0xff,0x02,0x00,0xff,0x07,0x00,0xff,0x04,0x00,0xff,0x05,0x00,
|
|
0xff,0x05,0x00,0xff,0x07,0x00,0xff,0x05,0x00,0xff,0x0f,0x00,0xff,0x0b,0x00,
|
|
0xff,0x0f,0x00,0xff,0x0b,0x00,0xff,0x0b,0x00,0xff,0x0f,0x00,0xff,0x0b,0x00,
|
|
0xff,0x0b,0x00,0xff,0x1b,0x00,0xff,0x17,0x00,0xff,0x35,0x00,0xff,0x2d,0x00,
|
|
0xff,0x37,0x00,0xff,0x13,0x00,0xff,0x1f,0x00,0xff,0x17,0x00};
|