#define stop_width 16
#define stop_height 16
static char stop_bits[] = {
   0x00, 0x00, 0xf0, 0x07, 0xf8, 0x0f, 0xfc, 0x1f, 0xfe, 0x3f, 0x01, 0x40,
   0x5d, 0x55, 0x51, 0x45, 0x57, 0x75, 0x51, 0x74, 0xfe, 0x3f, 0xfc, 0x1f,
   0xf8, 0x0f, 0xf0, 0x07, 0x00, 0x00, 0x00, 0x00};
