10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define not11_width 24
|
|
#define not11_height 24
|
|
static char not11_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0xfc,0x0f,0x00,0xf8,0x0f,0x00,0xf0,0x0f,0x00,0x00,0x0c,0x00,
|
|
0xf8,0x0f,0x00,0xf0,0x0f,0x00,0xe0,0x0f,0x00,0x00,0x0c,0x00,
|
|
0x00,0x0c,0x00,0x00,0x0c,0x00,0x00,0x0c,0x00,0x00,0x0c,0x00,
|
|
0x00,0x0c,0x00,0x00,0xec,0x00,0x00,0xfc,0x01,0x00,0xfc,0x03,
|
|
0x00,0xf8,0x03,0x00,0xf8,0x03,0x00,0xf0,0x01,0x00,0xe0,0x00};
|