10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define not7_width 24
|
|
#define not7_height 24
|
|
static char not7_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x18,0x00,0x00,0x10,0x00,0x00,0x10,0x00,0x00,0x10,0x00,
|
|
0x00,0x18,0x00,0x00,0x10,0x00,0x00,0x10,0x00,0x00,0x10,0x00,
|
|
0x00,0x10,0x00,0x00,0x10,0x00,0x00,0x10,0x00,0x00,0x10,0x00,
|
|
0x00,0x10,0x00,0x00,0x30,0x00,0x00,0x70,0x00,0x00,0x70,0x00,
|
|
0x00,0x70,0x00,0x00,0x70,0x00,0x00,0x70,0x00,0x00,0x20,0x00};
|