9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x1f,0x00,0x00,0xf7,0x00,0x00,0xb8,0x07,0x00,0xe0,0x3b,0x00,0xc0,0xc7,0x01,
|
|
0x80,0x3b,0x00,0x00,0xc2,0x00,0x00,0x1c,0x00,0x00,0xe0,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,0x0f,0x00,0x00,
|
|
0x33,0x00,0x00,0x06,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00};
|