shift.bm 260 Bytes
#define shift_width 16
#define shift_height 14
static unsigned char shift_bits[] = { 
0x80, 0x00, 0x40, 0x01, 0x20, 0x02, 0x10, 0x04, 0x08, 
0x08, 0x3c, 0x1e, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 
0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0x20, 0x02, 0xe0, 
0x03
 };