#define userdown_width 16
#define userdown_height 16
#define userdown_x_hot -1
#define userdown_y_hot -1
static char userdown_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0xf8, 0x0f, 0xfc, 0x1f, 0xfc, 0x1f,
   0xfe, 0x3f, 0x7e, 0x3f, 0x7e, 0x33, 0x3e, 0x33, 0x3e, 0x3e, 0x3c, 0x1e,
   0x1c, 0x1e, 0x18, 0x0c, 0x10, 0x04, 0x00, 0x00};
