#define seat_width 32
#define seat_height 12
static char seat_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0x07, 0x18, 0x00, 0x00, 0x18,
   0xc4, 0xff, 0xff, 0x23, 0x24, 0x00, 0x00, 0x24, 0x92, 0xff, 0xff, 0x49,
   0x4a, 0x08, 0x10, 0x52, 0x12, 0x09, 0x90, 0x48, 0xa4, 0x04, 0x20, 0x25,
   0x44, 0x04, 0x20, 0x22, 0x18, 0x03, 0xc0, 0x18, 0xe0, 0x00, 0x00, 0x07};
