10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define not3_width 24
|
|
#define not3_height 24
|
|
static char not3_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0xf0,0x01,0x00,0xf0,0x00,0x00,0x70,0x00,0x00,0x30,0x00,
|
|
0x00,0xf0,0x00,0x00,0x70,0x00,0x00,0x30,0x00,0x00,0x10,0x00,
|
|
0x00,0x10,0x00,0x00,0x10,0x00,0x00,0x10,0x00,0x00,0x10,0x00,
|
|
0x00,0x10,0x00,0x00,0x14,0x00,0x00,0x1e,0x00,0x00,0x1f,0x00,
|
|
0x00,0x1f,0x00,0x00,0x1f,0x00,0x00,0x0e,0x00,0x00,0x04,0x00};
|