9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0xc0,0xe0,0x00,0x20,0x71,0x00,0x90,0x3b,0x07,0xc8,0x1c,0x3a,0x64,0x00,
|
|
0xf0,0x37,0x00,0xc9,0x19,0x00,0x65,0x1e,0x00,0x37,0x0e,0x00,0x38,0x07,0x00,
|
|
0xf0,0x03,0x00,0x90,0x00,0x00,0x60,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|