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


void
Scroll function

slCharRbg0

Set RBG character controls

Format

void slCharRbg0(col_type , chara_size)
Uint16 col_type ;
Uint16 chara_size ;

Parameter

col_type Uint16 type numerical value (0 to 4) corresponding to the number of scroll colors
chara_size Uint16 type numeric value corresponding to the character size specification (0 to 1)

Function

Set the character size of the rotary scroll “RBG0” and the number of colors used for scrolling.
Refer to the table below for the values ​​assigned to the parameters.

Return value

None

Remarks

If the color RAM mode is 0 or 2, 2048 colors will be 1024 colors.

Note 1) When color RAM mode is 0 or 2, 2048 colors will be 1024 colors.
Note 2) The values ​​in the above table are defined in “sl_def.h” included with the system.

Reference: Chapter 8 Scroll

slCharRbg0


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