blob: 956b15f9e49ac558ad9a9dabbb12adadcb9803d6 (
plain)
1
2
3
4
5
|
#define shift_left_width 9
#define shift_left_height 9
static unsigned char shift_left_bits[] = {
0x40, 0x00, 0x20, 0x00, 0x10, 0x00, 0x08, 0x00, 0x04, 0x00, 0x08, 0x00,
0x10, 0x00, 0x20, 0x00, 0x40, 0x00 };
|