#define cu_menu_width 16
#define cu_menu_height 16
#define cu_menu_x_hot 7
#define cu_menu_y_hot 7
static char cu_menu_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
   0x80, 0x01, 0xfc, 0x3f, 0xfc, 0x3f, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
   0x80, 0x01, 0x80, 0x01, 0x00, 0x00, 0x00, 0x00};
