static void scrollDownScreen(int screen, int scrollY)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
screen | M, 0 ... number of screens - 1 | index of the screen to be scrolled (M = main screen) |
scrollY | 0 ... display height - 1 | vertical distance for the screen to scroll down |
Scrolls the screen with index screen scrollY pixels down.
Note
Example
Memory.scrollDownScreen(2, 150);
Provided the screen with index 2 was activated, its contents will be scrolled 150 pixels down.
See also:
Memory
Attribute.setInverseMode(boolean)
Attribute.setBackgroundColor(int)
Memory.scrollUpScreen(int, int)
Memory.scrollLeftScreen(int, int)
Memory.scrollRightScreen(int, int)
Copyright © demmel products gmbh. All rights reserved.