9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x03,0x00,0x00,0x03,0x00,0x00,0x06,0x00,0x00,0x05,0x00,0x00,0x0c,0x00,0x00,
|
|
0x1b,0x00,0x00,0x1b,0x00,0x00,0x35,0x00,0x00,0x37,0x00,0x00,0x67,0x00,0x00,
|
|
0x6f,0x00,0x00,0xeb,0x00,0x00,0xcf,0x00,0x00,0x07,0x01,0x00,0x5f,0x01,0x00,
|
|
0x3f,0x01,0x00,0x5f,0x01,0x00,0x7f,0x01,0x00,0xbf,0x03,0x00,0xff,0x02,0x00,
|
|
0xff,0x02,0x00,0x3f,0x03,0x00,0xff,0x02,0x00,0xff,0x02,0x00};
|