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,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x0f,0x00,0x00,
|
|
0x1f,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x3e,0x00,0x00,0xff,0x03,0x00,0xbb,0xdf,0x00,0xc0,0xfd,0x03,
|
|
0x00,0xf6,0x06,0x00,0xf0,0x19,0x00,0x40,0x26,0x00,0x80,0x19,0x00,0x00,0x26,
|
|
0x00,0x00,0x08,0x00,0x00,0x10,0x01,0x00,0x00,0x07,0x00,0x00};
|