#define down_width 14
#define down_height 14
static char down_bits[] = {
   0x30, 0x03, 0x30, 0x03, 0x30, 0x03, 0x30, 0x03, 0x30, 0x03, 0x30, 0x03,
   0x30, 0x03, 0x3f, 0x3f, 0x3e, 0x1f, 0x1c, 0x0e, 0x38, 0x07, 0xf0, 0x03,
   0xe0, 0x01, 0xc0, 0x00};
