9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x01,0x00,0x00,0x07,0x00,0x00,0x1f,0x00,0x00,0x76,0x00,0x00,0xb8,0x01,0x00,
|
|
0xf0,0x07,0x00,0xc0,0x1f,0x00,0x80,0xe3,0x00,0x00,0x0d,0x00,0x00,0x72,0x00,
|
|
0x00,0x0c,0x00,0x00,0x70,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};
|