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


void
Scroll function

slBack1ColSet

Back screen monochrome color set

Format

void slBack1ColSet(colptr , rgbptr)
void *colptr ;
Unit16 rgbptr ;

Parameter

colptr VRAM start address to store the back color
rgbptr Specify color data with 5 bits for each RGB

Function

Set the back screen.
The back screen refers to the drawing surface located at the back of the screen that is displayed on the part where no other screen is drawn.

Return value

None

Remarks

The color of the back screen is specified with the parameter “rgb”. For the substitution value, refer to the RGB mode color sample “RGB_flag” in the include file “sl_def.h”.

Note) The above values ​​are defined in “sl_def.h” included with the system.

Reference: Chapter 8 Scroll

slBack1ColSet


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