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,0xf8,0x0f,0x00,0x58,0x14,0x00,0xf8,0x3f,0x00,0x78,0x20,0x00,
|
|
0x78,0xfc,0x0f,0x78,0xec,0x17,0xb8,0x5c,0x2c,0x78,0xfc,0x7f,0x7b,0x3c,0x40,
|
|
0x7a,0x3f,0x40,0x7a,0x3d,0x60,0x7e,0x3d,0x46,0x70,0x3d,0x49,0x60,0x3d,0x49,
|
|
0xc0,0x3f,0x49,0x00,0x3c,0x4f,0x00,0x3c,0x40,0x00,0x5c,0x40,0x73,0x3f,0x40,
|
|
0x4a,0x39,0x20,0x4a,0x39,0x46,0xde,0x3b,0x49,0x00,0x00,0x49};
|