arch/dev/Gloran/Stasis

10 lines
530 B
Plaintext

#define Stasis_width 24
#define Stasis_height 24
static char Stasis_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x00,
0x80, 0xff, 0x01, 0xc0, 0xc3, 0x03, 0xe0, 0x00, 0x07, 0x70, 0x00, 0x0e,
0x30, 0x00, 0x0c, 0x38, 0x00, 0x1c, 0x18, 0x00, 0x18, 0xf8, 0xff, 0x1f,
0xf8, 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};