10 lines
437 B
Plaintext
10 lines
437 B
Plaintext
#define 500_width 24
|
|
#define 500_height 24
|
|
static char 500_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xef,0x01,
|
|
0x00,0x00,0x00,0xc0,0x3e,0x00,0x00,0x00,0x00,0x60,0x0f,0x00,
|
|
0x00,0x00,0x00,0x80,0x1b,0x00,0x00,0x00,0x00,0x00,0x1b,0x00,
|
|
0x00,0x00,0x00,0x80,0x07,0x00,0x00,0x00,0x00,0xc0,0x01,0x00,
|
|
0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00};
|