10 lines
440 B
Plaintext
10 lines
440 B
Plaintext
#define not5_width 24
|
|
#define not5_height 24
|
|
static char not5_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x18,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,
|
|
0x00,0x18,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,
|
|
0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,0x00,0x08,0x00,
|
|
0x00,0x08,0x00,0x00,0x0c,0x00,0x00,0x0e,0x00,0x00,0x0e,0x00,
|
|
0x00,0x0e,0x00,0x00,0x0e,0x00,0x00,0x0e,0x00,0x00,0x04,0x00};
|