#define show_mask_width 16
#define show_mask_height 16
#define show_mask_x_hot 1
#define show_mask_y_hot 1
static unsigned char show_mask_bits[] = {
   0x7f, 0x00, 0xff, 0x00, 0x7f, 0x00, 0x3f, 0x00, 0x7f, 0x00, 0xff, 0x00,
   0xf7, 0x00, 0x62, 0x00, 0xe0, 0x3f, 0xf0, 0x7f, 0xf0, 0x7f, 0xf0, 0x7a,
   0xf0, 0x75, 0xf0, 0x7f, 0xf0, 0x7f, 0xe0, 0x3f};
