#define pistol_mask_width 8
#define pistol_mask_height 7
static char pistol_mask_bits[] = {
   0x7e, 0xff, 0xff, 0x7e, 0x1e, 0x0f, 0x06};
