#define flag_width 16
#define flag_height 16
static char flag_bits[] = {
0xff, 0xff, 0xfc, 0x7f, 0xe0, 0x7f, 0x80, 0x7f, 0xf0, 0x7f, 0xfc, 0x7f,
0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xf8, 0x3f,
0x80, 0x03, 0x80, 0x03, 0xff, 0xff, 0xff, 0xff};
|