9 lines
468 B
Plaintext
9 lines
468 B
Plaintext
#define shootingstar_width 24
|
|
#define shootingstar_height 24
|
|
static char shootingstar_bits[] = {
|
|
0x00,0x00,0x00,0x80,0x24,0x00,0x00,0x1d,0x00,0x00,0x13,0x00,0xc0,0x7f,0x00,
|
|
0x80,0xbf,0x00,0x80,0xff,0x01,0xc0,0x3f,0x02,0x00,0x3f,0x02,0x00,0x2d,0x00,
|
|
0x00,0x08,0x02,0x00,0x10,0x06,0x00,0x7c,0x08,0x00,0x5a,0x0c,0x00,0xab,0x18,
|
|
0x80,0x46,0x11,0x40,0x83,0x0b,0xa0,0x01,0x06,0xd0,0x00,0x00,0x68,0x00,0x00,
|
|
0x34,0x00,0x00,0x14,0x00,0x00,0x0c,0x00,0x00,0x00,0x00,0x00};
|