Return to previous page | Return to menu | Go to next page


void
Scroll function

slOverRB

RGB screen over processing set (use rotation parameter B)

Format

void slOverRB(mode)
Uint16 mode ;

Parameter

mode Uint16 type value corresponding to screen over processing mode
              0: Repeats the image set in the display area outside the area
              1: The specified character pattern is repeated outside the area.
              2: All areas outside are transparent
              3: All areas outside the 512 x 512 area are transparent

Function

Sets the screen over processing mode of rotating scroll.
Screen over processing is a setting for how to process the part that exceeds the display area when the drawing of the rotary scroll is performed beyond the display area. To do.

Return value

None

Remarks

Mode 0 and 1 cannot be set when the rotary scroll is in bitmap format.

Reference: Chapter 8 Scroll

slOverRB


Return to previous page | Return to menu | Go to next page