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,0x40,0x00,0x00,0xb0,0x00,0x00,0x1c,0x00,0x00,0x07,
|
|
0x00,0x00,0x0c,0x00,0x00,0xfc,0x00,0x00,0x04,0x00,0x00,0xcc,0xe0,0xff,0x27,
|
|
0x30,0x00,0xee,0x68,0xdb,0x04,0x54,0x00,0x2c,0xaa,0xb6,0x19,0xd5,0x00,0x70,
|
|
0xab,0x6d,0xeb,0x57,0x01,0x00,0xad,0xda,0xb6,0x59,0x03,0x00,0xb1,0xb6,0x6d,
|
|
0x61,0x05,0x00,0xff,0x6a,0xdb,0xb7,0x0d,0x00,0x2b,0xdb,0xb6};
|