10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define not4_width 24
|
|
#define not4_height 24
|
|
static char not4_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x70,0x00,0x00,0x30,0x00,0x00,0x10,0x00,0x00,0x30,0x00,
|
|
0x00,0x30,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,0x14,0x00,0x00,0x1e,0x00,0x00,0x1e,0x00,
|
|
0x00,0x1f,0x00,0x00,0x1e,0x00,0x00,0x0e,0x00,0x00,0x04,0x00};
|