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,0xff,0xff,0x3f,0x55,0x55,0x55,0x00,0x00,0x60,0xff,0xff,0x7f,
|
|
0x00,0x00,0x60,0x3f,0xf8,0x67,0x40,0x04,0x68,0x7f,0xfc,0x6f,0x40,0x0c,0x68,
|
|
0x55,0xac,0x6a,0x7f,0xf8,0x6f,0x00,0x00,0x60,0x00,0x00,0x60,0x0f,0x8f,0x67,
|
|
0x90,0xd1,0x68,0x9f,0xdf,0x6f,0x90,0xd1,0x68,0x1f,0x9f,0x6f,0x00,0x00,0x60,
|
|
0x00,0x00,0x60,0xc3,0x0f,0x60,0x24,0x90,0x67,0xe7,0x5f,0x68};
|