Details
Shift the screen by any distance up,down,left or right.
Use
shift(distance,direction)
- Arguments:
- uint8_t distance:
- The distance to shift the screen
- uint8_t direction:
- The direction to shift the screen the direction and the integer values:
- UP = 0
- DOWN = 1
- LEFT = 2
- RIGHT = 3