static void scrollUpScreen(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 up |
Scrolls the screen with index screen scrollY pixels up.
Note
Example
Memory.scrollUpScreen(3, 50);
Provided the screen with index 3 was activated, its contents will be scrolled 50 pixels up.
See also:
Memory
Attribute.setInverseMode(boolean)
Attribute.setBackgroundColor(int)
Memory.scrollDownScreen(int, int)
Memory.scrollLeftScreen(int, int)
Memory.scrollRightScreen(int, int)
Copyright © demmel products gmbh. All rights reserved.