10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define not10_width 24
|
|
#define not10_height 24
|
|
static char not10_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0xe0,0x0f,0x00,0xc0,0x0f,0x00,0x80,0x0f,0x00,0x00,0x0c,0x00,
|
|
0xc0,0x0f,0x00,0x80,0x0f,0x00,0x00,0x0f,0x00,0x00,0x0c,0x00,
|
|
0x00,0x0c,0x00,0x00,0x0c,0x00,0x00,0x0c,0x00,0x00,0x0c,0x00,
|
|
0x00,0x0c,0x00,0x00,0x6c,0x00,0x00,0xfc,0x00,0x00,0xfc,0x01,
|
|
0x00,0xf8,0x01,0x00,0xf8,0x01,0x00,0xf0,0x00,0x00,0x60,0x00};
|