10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define not2_width 24
|
|
#define not2_height 24
|
|
static char not2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0xf0,0x07,0x00,0xf0,0x03,0x00,0xf0,0x01,0x00,0x30,0x00,
|
|
0x00,0xf0,0x03,0x00,0xf0,0x01,0x00,0xf0,0x00,0x00,0x30,0x00,
|
|
0x00,0x30,0x00,0x00,0x30,0x00,0x00,0x30,0x00,0x00,0x30,0x00,
|
|
0x00,0x30,0x00,0x00,0x36,0x00,0x00,0x3f,0x00,0x80,0x3f,0x00,
|
|
0x80,0x1f,0x00,0x80,0x1f,0x00,0x00,0x0f,0x00,0x00,0x06,0x00};
|