#define deathstar_width 16 #define deathstar_height 16 static char deathstar_bits[] = { 0x00,0x00,0xe0,0x03,0x98,0x0f,0x6c,0x1f,0x56,0x3f,0x56,0x3f,0xb7,0x7f,0xcf, 0x7f,0x22,0x22,0xff,0x7f,0xff,0x7f,0xfe,0x3f,0xfe,0x3f,0xfc,0x1f,0xf8,0x0f, 0xe0,0x03};