#define fish_width 16 #define fish_height 16 static char fish_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x82, 0x0f, 0xc6, 0x1f, 0xce, 0x3f, 0xfe, 0x7f, 0xfe, 0xff, 0xfe, 0xff, 0xe6, 0xff, 0xc2, 0x7f, 0x81, 0x3f, 0x80, 0x0f, 0xc0, 0x1d, 0xc0, 0x18, 0x00, 0x00};