arch/dev/Gloran/Moon

10 lines
524 B
Plaintext

#define Moon_width 24
#define Moon_height 24
static char Moon_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x00,
0x80, 0xff, 0x01, 0xc0, 0xdb, 0x03, 0xe0, 0x18, 0x07, 0x70, 0x18, 0x0e,
0x30, 0x18, 0x0c, 0x38, 0x18, 0x1c, 0x18, 0x18, 0x18, 0x18, 0x18, 0x18,
0x18, 0x18, 0x18, 0x18, 0x18, 0x18, 0x38, 0x18, 0x1c, 0x30, 0x18, 0x0c,
0x70, 0x18, 0x0e, 0xe0, 0x18, 0x07, 0xc0, 0xdb, 0x03, 0x80, 0xff, 0x01,
0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};