5 lines
208 B
C
5 lines
208 B
C
#define shift_up_width 9
|
|
#define shift_up_height 9
|
|
static unsigned char shift_up_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x28, 0x00, 0x44, 0x00, 0x82, 0x00,
|
|
0x01, 0x01, 0x00, 0x00, 0x00, 0x00 };
|