10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define not1_width 24
|
|
#define not1_height 24
|
|
static char not1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0xf0,0x3f,0x00,0xf0,0x1f,0x00,0xf0,0x0f,0x00,0x30,0x00,
|
|
0x00,0xf0,0x1f,0x00,0xf0,0x0f,0x00,0xf0,0x07,0x00,0x30,0x00,
|
|
0x00,0x30,0x00,0x00,0x30,0x00,0x00,0x30,0x00,0x00,0x30,0x00,
|
|
0x00,0x30,0x00,0x00,0x37,0x00,0x80,0x3f,0x00,0xc0,0x3f,0x00,
|
|
0xc0,0x1f,0x00,0xc0,0x1f,0x00,0x80,0x0f,0x00,0x00,0x07,0x00};
|