#define cu_display_width 16
#define cu_display_height 16
#define cu_display_x_hot 7
#define cu_display_y_hot 8
static char cu_display_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xf0, 0x07, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00,
   0x80, 0x00, 0x80, 0x00, 0xf0, 0x07, 0x00, 0x00};
