BasicLibs:ShiftScreen
From Doors CS, Doors CSE, and Doors CE Wiki
Revision as of 18:28, 3 August 2010 by KermMartian (talk | contribs) (Created page with '==Description== Shifts the image on the graphbuffer a number of times in a direction indicated below:<br> : left : 1<br> : right : 2<br> : up : 4<br> : up-left : 5<br> : up-right…')
Description
Shifts the image on the graphbuffer a number of times in a direction indicated below:
- left : 1
- right : 2
- up : 4
- up-left : 5
- up-right : 6
- down : 8
- down-left : 9
- down-right : 10
Note that any area that does not have new contents shifted onto it, for example the last row of the LCD if the image is shifted up, will be left with its existing contents. If screen_update is zero, the screen will not update. Otherwise, it will update.
Technical Details
Arguments
identity(6,shift_number_of_times,direction,screen_update)
Outputs
Shifts the screen in one of eight possible directions.