9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
#define noname_width 24
|
|
#define noname_height 24
|
|
static char noname_bits[] = {
|
|
0x00,0x10,0x0c,0x00,0x10,0x0c,0x00,0x70,0x06,0x00,0x88,0x06,0x00,0x88,0x06,
|
|
0x00,0x88,0x02,0x00,0x48,0x03,0x00,0x70,0x02,0x00,0x30,0x02,0x00,0x10,0x03,
|
|
0x00,0x20,0x02,0x00,0x10,0x02,0x00,0x20,0x03,0x00,0x10,0x02,0x00,0x20,0x02,
|
|
0x00,0x30,0x03,0x00,0x60,0x03,0x00,0x30,0x02,0x00,0x50,0x04,0x00,0x08,0x04,
|
|
0x00,0x14,0x06,0x00,0x84,0x07,0x00,0xfc,0x01,0x00,0x00,0x00};
|