#define featuremask_width 16 #define featuremask_height 16 static unsigned char featuremask_bits[] = { 0x00, 0xf8, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0x7f, 0x00, 0x7f, 0xe0, 0x3f, 0xf8, 0x3f, 0xfc, 0x3f, 0xcc, 0x3f, 0xcc, 0x6f, 0xdc, 0x7f, 0xf8, 0x3f, 0xe0, 0x07, 0x00, 0x00, };