10 lines
437 B
Plaintext
10 lines
437 B
Plaintext
#define 501_width 24
|
|
#define 501_height 24
|
|
static char 501_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xef,0x03,
|
|
0x00,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0xbc,0x01,
|
|
0x00,0x00,0x00,0x00,0xd8,0x01,0x00,0x00,0x00,0x00,0xd8,0x00,
|
|
0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0x00,0x00,0x00,0x0e,0x00,
|
|
0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x08,0x00};
|