#define orange_width 16
#define orange_height 16
static char orange_bits[] = {
   0x1e, 0x00, 0x7c, 0x08, 0xf8, 0x0c, 0xe0, 0x07, 0x00, 0x02, 0x80, 0x0f,
   0xc0, 0x1f, 0xe0, 0x3f, 0xf0, 0x7f, 0xf0, 0x7f, 0xf0, 0x7f, 0xf0, 0x7f,
   0xe0, 0x3f, 0xc0, 0x1f, 0x80, 0x0f, 0x00, 0x00};
