#define i_beam_msk_width 16
#define i_beam_msk_height 16
#define i_beam_msk_x_hot 8
#define i_beam_msk_y_hot 7
static char i_beam_msk_bits[] = {
   0xf8, 0x3e, 0xf8, 0x3f, 0xf8, 0x3f, 0xc0, 0x07, 0x80, 0x03, 0x80, 0x03,
   0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03,
   0xc0, 0x07, 0xf8, 0x3f, 0xf8, 0x3f, 0xf8, 0x3e};
