arch/system/bug.111

10 lines
521 B
Plaintext

#define bug_width 24
#define bug_height 24
static char bug_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03,
0x00, 0x90, 0x05, 0x00, 0x48, 0x08, 0x00, 0x24, 0x10, 0x00, 0x12, 0x08,
0x00, 0x0a, 0x08, 0xc0, 0x09, 0x14, 0xb0, 0x0e, 0x22, 0x50, 0x13, 0x45,
0xb0, 0xf4, 0x48, 0xa0, 0x2a, 0x11, 0x60, 0x25, 0x22, 0x30, 0x19, 0x24,
0x08, 0x07, 0x08, 0x08, 0x02, 0x08, 0x00, 0x02, 0x04, 0x00, 0x03, 0x00,
0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};